Technical Values
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Light Sky Blue·#87CEFA
Light Sky Blue is a brighter CSS named blue at #87CEFA that sits between Sky Blue and lighter near-pastel interface blues. Use it when you want a cleaner, more open surface color for soft panels, educational layouts, onboarding cards, and calm product backgrounds.
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Scan the ramp from light to dark to judge how Light 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 Light Sky Blue becomes the link, icon, border, or emphasis color on very light surfaces.
Dark text reaches 10.00:1 against Light Sky Blue, which is strong enough for body text and standard action surfaces.
Light 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-light-sky-blue: #87CEFA;
--color-light-sky-blue-rgb: 135 206 250;
}Drop into a global token file or CSS variable layer.
class="bg-[#87CEFA] text-white"
class="hover:bg-[#6194B4] ring-1 ring-[#87CEFA]"Direct utility usage for a fast prototype or content block.
{
"lightSkyBlue": "#87CEFA",
"lightSkyBlueRgb": [135, 206, 250],
"lightSkyBlueHsl": [203, 92, 75]
}Useful for design token exports and API-driven theme objects.
Carry Light Sky Blue into conversion, brand palette generation, and palette exploration workflows to test how it behaves across interface scenarios.