HSL(242, 44%, 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(242,44%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(242, 44%, 94%) | color: hsl(242, 44%, 94%) | |
| HEX | #E9E9F6 | color: #E9E9F6 | |
| RGB | rgb(233, 233, 246) | color: rgb(233, 233, 246) | |
| CMYK | cmyk(5%, 5%, 0%, 4%) | — | |
| HSV | hsv(240, 5%, 96%) | — | |
| HWB | hwb(240 91% 4%) | color: hwb(240 91% 4%) | |
| OKLCH | oklch(0.9378 0.0174 286.06) | color: oklch(0.9378 0.0174 286.06) | |
| Lab | lab(92.69 2.37 -6.28) | color: lab(92.69 2.37 -6.28) | |
| LCH | lch(92.69 6.71 290.68) | color: lch(92.69 6.71 290.68) |
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)
#E9E9F3 — rgb(233, 233, 243)
Deuteranopia (Green-blind)
#E9E9F2 — rgb(233, 233, 242)
Tritanopia (Blue-blind)
#E9F0F0 — rgb(233, 240, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(242, 44%, 94%);
text
color: hsl(242, 44%, 94%);
border
border: 2px solid hsl(242, 44%, 94%);
gradient light
background: linear-gradient(to right, hsl(242, 44%, 100%), hsl(242, 44%, 94%));
gradient dark
background: linear-gradient(to right, hsl(242, 44%, 94%), hsl(242, 44%, 74%))
hex
background-color: #E9E9F6;
tailwind
bg-[hsl(242,44%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(242, 44%, 94%, 0.4);
css variable
--color-primary: hsl(242, 44%, 94%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(242, 44%, 94%)?
HEX: #E9E9F6 | RGB: rgb(233, 233, 246) | CMYK: 5%, 5%, 0%, 4% | HSV: 240°, 5%, 96%. Copy any format from the conversion table above.
What colors go well with #E9E9F6?
The complementary color is HSL(62, 44%, 94%). For a triadic harmony, use hues 242°, 2°, and 122°. For analogous combinations, try hues 212° and 272°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(242, 44%, 94%) in CSS?
As HSL: color: hsl(242, 44%, 94%); — As HEX: color: #E9E9F6; — As RGB: color: rgb(233, 233, 246); — Tailwind CSS: bg-[hsl(242,44%,94%)] — CSS variable: --color-primary: hsl(242, 44%, 94%);