HSL(237, 50%, 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(237,50%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 50%, 94%) | color: hsl(237, 50%, 94%) | |
| HEX | #E8E9F7 | color: #E8E9F7 | |
| RGB | rgb(232, 233, 247) | color: rgb(232, 233, 247) | |
| CMYK | cmyk(6%, 6%, 0%, 3%) | — | |
| HSV | hsv(236, 6%, 97%) | — | |
| HWB | hwb(236 91% 3%) | color: hwb(236 91% 3%) | |
| OKLCH | oklch(0.9374 0.0188 282.76) | color: oklch(0.9374 0.0188 282.76) | |
| Lab | lab(92.64 2.23 -6.88) | color: lab(92.64 2.23 -6.88) | |
| LCH | lch(92.64 7.23 287.96) | color: lch(92.64 7.23 287.96) |
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)
#E8E8F4 — rgb(232, 232, 244)
Deuteranopia (Green-blind)
#E8E8F3 — rgb(232, 232, 243)
Tritanopia (Blue-blind)
#E8F1F0 — rgb(232, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 50%, 94%);
text
color: hsl(237, 50%, 94%);
border
border: 2px solid hsl(237, 50%, 94%);
gradient light
background: linear-gradient(to right, hsl(237, 50%, 100%), hsl(237, 50%, 94%));
gradient dark
background: linear-gradient(to right, hsl(237, 50%, 94%), hsl(237, 50%, 74%))
hex
background-color: #E8E9F7;
tailwind
bg-[hsl(237,50%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 50%, 94%, 0.4);
css variable
--color-primary: hsl(237, 50%, 94%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 50%, 94%)?
HEX: #E8E9F7 | RGB: rgb(232, 233, 247) | CMYK: 6%, 6%, 0%, 3% | HSV: 236°, 6%, 97%. Copy any format from the conversion table above.
What colors go well with #E8E9F7?
The complementary color is HSL(57, 50%, 94%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 50%, 94%) in CSS?
As HSL: color: hsl(237, 50%, 94%); — As HEX: color: #E8E9F7; — As RGB: color: rgb(232, 233, 247); — Tailwind CSS: bg-[hsl(237,50%,94%)] — CSS variable: --color-primary: hsl(237, 50%, 94%);