Technical Values
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Light Blue·#ADD8E6
Light Blue is a soft CSS named blue at #ADD8E6 that feels calmer and less directional than Light Sky Blue or Sky Blue. Use it when you need a low-pressure surface color for quiet product backgrounds, assistive cards, table fills, and subtle informational sections.
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Scan the ramp from light to dark to judge how Light 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 Blue becomes the link, icon, border, or emphasis color on very light surfaces.
Dark text reaches 11.22:1 against Light Blue, which is strong enough for body text and standard action surfaces.
Light 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-blue: #ADD8E6;
--color-light-blue-rgb: 173 216 230;
}Drop into a global token file or CSS variable layer.
class="bg-[#ADD8E6] text-white"
class="hover:bg-[#7D9CA6] ring-1 ring-[#ADD8E6]"Direct utility usage for a fast prototype or content block.
{
"lightBlue": "#ADD8E6",
"lightBlueRgb": [173, 216, 230],
"lightBlueHsl": [195, 53, 79]
}Useful for design token exports and API-driven theme objects.
Carry Light Blue into conversion, brand palette generation, and palette exploration workflows to test how it behaves across interface scenarios.