HSL(231, 52%, 95%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(231,52%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 52%, 95%) | color: hsl(231, 52%, 95%) | |
| HEX | #ECEEF9 | color: #ECEEF9 | |
| RGB | rgb(236, 238, 249) | color: rgb(236, 238, 249) | |
| CMYK | cmyk(5%, 4%, 0%, 2%) | — | |
| HSV | hsv(231, 5%, 98%) | — | |
| HWB | hwb(231 93% 2%) | color: hwb(231 93% 2%) | |
| OKLCH | oklch(0.9508 0.0149 277.85) | color: oklch(0.9508 0.0149 277.85) | |
| Lab | lab(94.24 1.34 -5.53) | color: lab(94.24 1.34 -5.53) | |
| LCH | lch(94.24 5.69 283.62) | color: lch(94.24 5.69 283.62) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#EDEDF6 — rgb(237, 237, 246)
Deuteranopia (Green-blind)
#EDEDF6 — rgb(237, 237, 246)
Tritanopia (Blue-blind)
#ECF4F4 — rgb(236, 244, 244)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 52%, 95%);
text
color: hsl(231, 52%, 95%);
border
border: 2px solid hsl(231, 52%, 95%);
gradient light
background: linear-gradient(to right, hsl(231, 52%, 100%), hsl(231, 52%, 95%));
gradient dark
background: linear-gradient(to right, hsl(231, 52%, 95%), hsl(231, 52%, 75%))
hex
background-color: #ECEEF9;
tailwind
bg-[hsl(231,52%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 52%, 95%, 0.4);
css variable
--color-primary: hsl(231, 52%, 95%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 52%, 95%)?
HEX: #ECEEF9 | RGB: rgb(236, 238, 249) | CMYK: 5%, 4%, 0%, 2% | HSV: 231°, 5%, 98%. Copy any format from the conversion table above.
What colors go well with #ECEEF9?
The complementary color is HSL(51, 52%, 95%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 52%, 95%) in CSS?
As HSL: color: hsl(231, 52%, 95%); — As HEX: color: #ECEEF9; — As RGB: color: rgb(236, 238, 249); — Tailwind CSS: bg-[hsl(231,52%,95%)] — CSS variable: --color-primary: hsl(231, 52%, 95%);