Technical Values
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Steel Blue·#4682B4
Steel Blue is a muted CSS named blue at #4682B4 with a cooler, more grounded tone than Royal Blue or Dodger Blue. Use it when you need a professional interface blue for dashboards, product chrome, data surfaces, and dependable system accents.
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Scan the ramp from light to dark to judge how Steel 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 Steel Blue becomes the link, icon, border, or emphasis color on very light surfaces.
Dark text reaches 4.18:1 against Steel Blue, which is strong enough for body text and standard action surfaces.
Steel 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-steel-blue: #4682B4;
--color-steel-blue-rgb: 70 130 180;
}Drop into a global token file or CSS variable layer.
class="bg-[#4682B4] text-white"
class="hover:bg-[#325E82] ring-1 ring-[#4682B4]"Direct utility usage for a fast prototype or content block.
{
"steelBlue": "#4682B4",
"steelBlueRgb": [70, 130, 180],
"steelBlueHsl": [207, 44, 49]
}Useful for design token exports and API-driven theme objects.
Carry Steel Blue into conversion, brand palette generation, and palette exploration workflows to test how it behaves across interface scenarios.