HSL(217, 22%, 91%)
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(217,22%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 22%, 91%) | color: hsl(217, 22%, 91%) | |
| HEX | #E3E7ED | color: #E3E7ED | |
| RGB | rgb(227, 231, 237) | color: rgb(227, 231, 237) | |
| CMYK | cmyk(4%, 3%, 0%, 7%) | — | |
| HSV | hsv(216, 4%, 93%) | — | |
| HWB | hwb(216 89% 7%) | color: hwb(216 89% 7%) | |
| OKLCH | oklch(0.9266 0.0092 258.34) | color: oklch(0.9266 0.0092 258.34) | |
| Lab | lab(91.5 -0.24 -3.38) | color: lab(91.5 -0.24 -3.38) | |
| LCH | lch(91.5 3.39 265.94) | color: lch(91.5 3.39 265.94) |
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)
#E5E5EC — rgb(229, 229, 236)
Deuteranopia (Green-blind)
#E5E4EB — rgb(229, 228, 235)
Tritanopia (Blue-blind)
#E3EAEA — rgb(227, 234, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 22%, 91%);
text
color: hsl(217, 22%, 91%);
border
border: 2px solid hsl(217, 22%, 91%);
gradient light
background: linear-gradient(to right, hsl(217, 22%, 100%), hsl(217, 22%, 91%));
gradient dark
background: linear-gradient(to right, hsl(217, 22%, 91%), hsl(217, 22%, 71%))
hex
background-color: #E3E7ED;
tailwind
bg-[hsl(217,22%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 22%, 91%, 0.4);
css variable
--color-primary: hsl(217, 22%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 22%, 91%)?
HEX: #E3E7ED | RGB: rgb(227, 231, 237) | CMYK: 4%, 3%, 0%, 7% | HSV: 216°, 4%, 93%. Copy any format from the conversion table above.
What colors go well with #E3E7ED?
The complementary color is HSL(37, 22%, 91%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 22%, 91%) in CSS?
As HSL: color: hsl(217, 22%, 91%); — As HEX: color: #E3E7ED; — As RGB: color: rgb(227, 231, 237); — Tailwind CSS: bg-[hsl(217,22%,91%)] — CSS variable: --color-primary: hsl(217, 22%, 91%);