HSL(230, 46%, 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(230,46%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 46%, 95%) | color: hsl(230, 46%, 95%) | |
| HEX | #ECEEF8 | color: #ECEEF8 | |
| RGB | rgb(236, 238, 248) | color: rgb(236, 238, 248) | |
| CMYK | cmyk(5%, 4%, 0%, 3%) | — | |
| HSV | hsv(230, 5%, 97%) | — | |
| HWB | hwb(230 92% 3%) | color: hwb(230 92% 3%) | |
| OKLCH | oklch(0.9505 0.0136 277.06) | color: oklch(0.9505 0.0136 277.06) | |
| Lab | lab(94.21 1.15 -5.05) | color: lab(94.21 1.15 -5.05) | |
| LCH | lch(94.21 5.18 282.83) | color: lch(94.21 5.18 282.83) |
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)
#EDEDF5 — rgb(237, 237, 245)
Tritanopia (Blue-blind)
#ECF4F3 — rgb(236, 244, 243)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 46%, 95%);
text
color: hsl(230, 46%, 95%);
border
border: 2px solid hsl(230, 46%, 95%);
gradient light
background: linear-gradient(to right, hsl(230, 46%, 100%), hsl(230, 46%, 95%));
gradient dark
background: linear-gradient(to right, hsl(230, 46%, 95%), hsl(230, 46%, 75%))
hex
background-color: #ECEEF8;
tailwind
bg-[hsl(230,46%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 46%, 95%, 0.4);
css variable
--color-primary: hsl(230, 46%, 95%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 46%, 95%)?
HEX: #ECEEF8 | RGB: rgb(236, 238, 248) | CMYK: 5%, 4%, 0%, 3% | HSV: 230°, 5%, 97%. Copy any format from the conversion table above.
What colors go well with #ECEEF8?
The complementary color is HSL(50, 46%, 95%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 46%, 95%) in CSS?
As HSL: color: hsl(230, 46%, 95%); — As HEX: color: #ECEEF8; — As RGB: color: rgb(236, 238, 248); — Tailwind CSS: bg-[hsl(230,46%,95%)] — CSS variable: --color-primary: hsl(230, 46%, 95%);