Technical Values
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Powder Blue·#B0E0E6
Powder Blue is a soft CSS named blue at #B0E0E6 with a muted, misty quality that feels calmer than Sky Blue and less directional than Light Sky Blue. Use it when you need a delicate surface color for subtle data fills, secondary backgrounds, healthcare or education UI, and low-pressure interface sections.
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Scan the ramp from light to dark to judge how Powder 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 Powder Blue becomes the link, icon, border, or emphasis color on very light surfaces.
Dark text reaches 11.97:1 against Powder Blue, which is strong enough for body text and standard action surfaces.
Powder 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-powder-blue: #B0E0E6;
--color-powder-blue-rgb: 176 224 230;
}Drop into a global token file or CSS variable layer.
class="bg-[#B0E0E6] text-white"
class="hover:bg-[#7FA1A6] ring-1 ring-[#B0E0E6]"Direct utility usage for a fast prototype or content block.
{
"powderBlue": "#B0E0E6",
"powderBlueRgb": [176, 224, 230],
"powderBlueHsl": [187, 52, 80]
}Useful for design token exports and API-driven theme objects.
Carry Powder Blue into conversion, brand palette generation, and palette exploration workflows to test how it behaves across interface scenarios.