HSL(241, 18%, 91%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(241,18%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 18%, 91%) | color: hsl(241, 18%, 91%) | |
| HEX | #E4E4EC | color: #E4E4EC | |
| RGB | rgb(228, 228, 236) | color: rgb(228, 228, 236) | |
| CMYK | cmyk(3%, 3%, 0%, 7%) | — | |
| HSV | hsv(240, 3%, 93%) | — | |
| HWB | hwb(240 90% 7%) | color: hwb(240 90% 7%) | |
| OKLCH | oklch(0.9212 0.0108 286.19) | color: oklch(0.9212 0.0108 286.19) | |
| Lab | lab(90.8 1.45 -3.88) | color: lab(90.8 1.45 -3.88) | |
| LCH | lch(90.8 4.14 290.49) | color: lch(90.8 4.14 290.49) |
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)
#E4E4EA — rgb(228, 228, 234)
Deuteranopia (Green-blind)
#E4E4EA — rgb(228, 228, 234)
Tritanopia (Blue-blind)
#E4E9E8 — rgb(228, 233, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 18%, 91%);
text
color: hsl(241, 18%, 91%);
border
border: 2px solid hsl(241, 18%, 91%);
gradient light
background: linear-gradient(to right, hsl(241, 18%, 100%), hsl(241, 18%, 91%));
gradient dark
background: linear-gradient(to right, hsl(241, 18%, 91%), hsl(241, 18%, 71%))
hex
background-color: #E4E4EC;
tailwind
bg-[hsl(241,18%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 18%, 91%, 0.4);
css variable
--color-primary: hsl(241, 18%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 18%, 91%)?
HEX: #E4E4EC | RGB: rgb(228, 228, 236) | CMYK: 3%, 3%, 0%, 7% | HSV: 240°, 3%, 93%. Copy any format from the conversion table above.
What colors go well with #E4E4EC?
The complementary color is HSL(61, 18%, 91%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 18%, 91%) in CSS?
As HSL: color: hsl(241, 18%, 91%); — As HEX: color: #E4E4EC; — As RGB: color: rgb(228, 228, 236); — Tailwind CSS: bg-[hsl(241,18%,91%)] — CSS variable: --color-primary: hsl(241, 18%, 91%);