HSL(253, 47%, 94%)
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(253,47%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(253, 47%, 94%) | color: hsl(253, 47%, 94%) | |
| HEX | #ECE9F7 | color: #ECE9F7 | |
| RGB | rgb(236, 233, 247) | color: rgb(236, 233, 247) | |
| CMYK | cmyk(4%, 6%, 0%, 3%) | — | |
| HSV | hsv(253, 6%, 97%) | — | |
| HWB | hwb(253 91% 3%) | color: hwb(253 91% 3%) | |
| OKLCH | oklch(0.9404 0.019 295.85) | color: oklch(0.9404 0.019 295.85) | |
| Lab | lab(92.94 3.54 -6.4) | color: lab(92.94 3.54 -6.4) | |
| LCH | lch(92.94 7.31 298.95) | color: lch(92.94 7.31 298.95) |
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)
#EBEBF4 — rgb(235, 235, 244)
Deuteranopia (Green-blind)
#EBEBF3 — rgb(235, 235, 243)
Tritanopia (Blue-blind)
#ECF1F0 — rgb(236, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(253, 47%, 94%);
text
color: hsl(253, 47%, 94%);
border
border: 2px solid hsl(253, 47%, 94%);
gradient light
background: linear-gradient(to right, hsl(253, 47%, 100%), hsl(253, 47%, 94%));
gradient dark
background: linear-gradient(to right, hsl(253, 47%, 94%), hsl(253, 47%, 74%))
hex
background-color: #ECE9F7;
tailwind
bg-[hsl(253,47%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(253, 47%, 94%, 0.4);
css variable
--color-primary: hsl(253, 47%, 94%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(253, 47%, 94%)?
HEX: #ECE9F7 | RGB: rgb(236, 233, 247) | CMYK: 4%, 6%, 0%, 3% | HSV: 253°, 6%, 97%. Copy any format from the conversion table above.
What colors go well with #ECE9F7?
The complementary color is HSL(73, 47%, 94%). For a triadic harmony, use hues 253°, 13°, and 133°. For analogous combinations, try hues 223° and 283°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(253, 47%, 94%) in CSS?
As HSL: color: hsl(253, 47%, 94%); — As HEX: color: #ECE9F7; — As RGB: color: rgb(236, 233, 247); — Tailwind CSS: bg-[hsl(253,47%,94%)] — CSS variable: --color-primary: hsl(253, 47%, 94%);