Technical Values
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Deep Sky Blue·#00BFFF
Deep Sky Blue is a high-energy CSS named blue at #00BFFF that pushes closer to cyan than Dodger Blue or Royal Blue. Use it when you need a brighter, faster accent for callouts, charts, hero moments, and interaction-led interface surfaces.
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Scan the ramp from light to dark to judge how Deep Sky 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 Deep Sky Blue becomes the link, icon, border, or emphasis color on very light surfaces.
Dark text reaches 8.08:1 against Deep Sky Blue, which is strong enough for body text and standard action surfaces.
Deep Sky 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-deep-sky-blue: #00BFFF;
--color-deep-sky-blue-rgb: 0 191 255;
}Drop into a global token file or CSS variable layer.
class="bg-[#00BFFF] text-white"
class="hover:bg-[#008AB8] ring-1 ring-[#00BFFF]"Direct utility usage for a fast prototype or content block.
{
"deepSkyBlue": "#00BFFF",
"deepSkyBlueRgb": [0, 191, 255],
"deepSkyBlueHsl": [195, 100, 50]
}Useful for design token exports and API-driven theme objects.
Carry Deep Sky Blue into conversion, brand palette generation, and palette exploration workflows to test how it behaves across interface scenarios.