HSL(216, 32%, 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(216,32%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(216, 32%, 91%) | color: hsl(216, 32%, 91%) | |
| HEX | #E1E7EF | color: #E1E7EF | |
| RGB | rgb(225, 231, 239) | color: rgb(225, 231, 239) | |
| CMYK | cmyk(6%, 3%, 0%, 6%) | — | |
| HSV | hsv(214, 6%, 94%) | — | |
| HWB | hwb(214 88% 6%) | color: hwb(214 88% 6%) | |
| OKLCH | oklch(0.9257 0.0126 255.51) | color: oklch(0.9257 0.0126 255.51) | |
| Lab | lab(91.41 -0.52 -4.57) | color: lab(91.41 -0.52 -4.57) | |
| LCH | lch(91.41 4.6 263.51) | color: lch(91.41 4.6 263.51) |
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)
#E4E4ED — rgb(228, 228, 237)
Deuteranopia (Green-blind)
#E3E3ED — rgb(227, 227, 237)
Tritanopia (Blue-blind)
#E1ECEB — rgb(225, 236, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(216, 32%, 91%);
text
color: hsl(216, 32%, 91%);
border
border: 2px solid hsl(216, 32%, 91%);
gradient light
background: linear-gradient(to right, hsl(216, 32%, 100%), hsl(216, 32%, 91%));
gradient dark
background: linear-gradient(to right, hsl(216, 32%, 91%), hsl(216, 32%, 71%))
hex
background-color: #E1E7EF;
tailwind
bg-[hsl(216,32%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(216, 32%, 91%, 0.4);
css variable
--color-primary: hsl(216, 32%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(216, 32%, 91%)?
HEX: #E1E7EF | RGB: rgb(225, 231, 239) | CMYK: 6%, 3%, 0%, 6% | HSV: 214°, 6%, 94%. Copy any format from the conversion table above.
What colors go well with #E1E7EF?
The complementary color is HSL(36, 32%, 91%). For a triadic harmony, use hues 216°, 336°, and 96°. For analogous combinations, try hues 186° and 246°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(216, 32%, 91%) in CSS?
As HSL: color: hsl(216, 32%, 91%); — As HEX: color: #E1E7EF; — As RGB: color: rgb(225, 231, 239); — Tailwind CSS: bg-[hsl(216,32%,91%)] — CSS variable: --color-primary: hsl(216, 32%, 91%);