Technical Values
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Cornflower Blue·#6495ED
Cornflower Blue is a softer CSS named blue at #6495ED that sits between Royal Blue and lighter interface blues. Use it when you want trust and clarity without the intensity of pure Blue or the punch of Dodger Blue.
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Scan the ramp from light to dark to judge how Cornflower 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 Cornflower Blue becomes the link, icon, border, or emphasis color on very light surfaces.
Dark text reaches 5.77:1 against Cornflower Blue, which is strong enough for body text and standard action surfaces.
Cornflower 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-cornflower-blue: #6495ED;
--color-cornflower-blue-rgb: 100 149 237;
}Drop into a global token file or CSS variable layer.
class="bg-[#6495ED] text-white"
class="hover:bg-[#486BAB] ring-1 ring-[#6495ED]"Direct utility usage for a fast prototype or content block.
{
"cornflowerBlue": "#6495ED",
"cornflowerBlueRgb": [100, 149, 237],
"cornflowerBlueHsl": [219, 79, 66]
}Useful for design token exports and API-driven theme objects.
Carry Cornflower Blue into conversion, brand palette generation, and palette exploration workflows to test how it behaves across interface scenarios.