Technical Values
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Royal Blue·#4169E1
Royal Blue is a published CSS named color that balances authority, clarity, and brightness. Use this page to inspect its exact code values, compare adjacent blues, and move it into conversion, palette, or brand-token workflows.
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Scan the ramp from light to dark to judge how Royal Blue behaves across action states, layered surfaces, and supporting accents.
Not every foreground and background pairing behaves the same. Use these checks to decide when white text, dark text, or the color itself should take the lead.
Best for reversed buttons, tabs, badges, and filled action surfaces.
Works for larger headings and selective UI blocks, but not for dense body copy.
Use this pairing when Royal Blue becomes the link, icon, border, or emphasis color on very light surfaces.
White text reaches 4.85:1 against Royal Blue, which is strong enough for body text and standard action surfaces.
Royal Blue is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product, interface, and branding work.
Trust-building blues for enterprise and SaaS.
Reference-ready snippets for CSS variables, utility-first styling, and token exports.
:root {
--color-royal-blue: #4169E1;
--color-royal-blue-rgb: 65 105 225;
}Drop into a global token file or CSS variable layer.
class="bg-[#4169E1] text-white"
class="hover:bg-[#2F4CA2] ring-1 ring-[#4169E1]"Direct utility usage for a fast prototype or content block.
{
"royalBlue": "#4169E1",
"royalBlueRgb": [65, 105, 225],
"royalBlueHsl": [225, 73, 57]
}Useful for design token exports and API-driven theme objects.
Carry Royal Blue into conversion, brand palette generation, and palette exploration workflows to test how it behaves across interface scenarios.