Technical Values
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Sky Blue·#87CEEB
Sky Blue is a light CSS named blue at #87CEEB that feels more open, airy, and forgiving than Steel Blue, Royal Blue, or Dodger Blue. Use it when you want a softer interface blue for backgrounds, informational panels, onboarding surfaces, and light data accents.
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Scan the ramp from light to dark to judge how 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 Sky Blue becomes the link, icon, border, or emphasis color on very light surfaces.
Dark text reaches 9.85:1 against Sky Blue, which is strong enough for body text and standard action surfaces.
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-sky-blue: #87CEEB;
--color-sky-blue-rgb: 135 206 235;
}Drop into a global token file or CSS variable layer.
class="bg-[#87CEEB] text-white"
class="hover:bg-[#6194A9] ring-1 ring-[#87CEEB]"Direct utility usage for a fast prototype or content block.
{
"skyBlue": "#87CEEB",
"skyBlueRgb": [135, 206, 235],
"skyBlueHsl": [197, 71, 73]
}Useful for design token exports and API-driven theme objects.
Carry Sky Blue into conversion, brand palette generation, and palette exploration workflows to test how it behaves across interface scenarios.