HSL(221, 28%, 92%)
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(221,28%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 28%, 92%) | color: hsl(221, 28%, 92%) | |
| HEX | #E5E9F0 | color: #E5E9F0 | |
| RGB | rgb(229, 233, 240) | color: rgb(229, 233, 240) | |
| CMYK | cmyk(5%, 3%, 0%, 6%) | — | |
| HSV | hsv(218, 5%, 94%) | — | |
| HWB | hwb(218 89% 6%) | color: hwb(218 89% 6%) | |
| OKLCH | oklch(0.933 0.0104 261.79) | color: oklch(0.933 0.0104 261.79) | |
| Lab | lab(92.23 -0.05 -3.85) | color: lab(92.23 -0.05 -3.85) | |
| LCH | lch(92.23 3.85 269.26) | color: lch(92.23 3.85 269.26) |
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)
#E7E7EE — rgb(231, 231, 238)
Deuteranopia (Green-blind)
#E7E6EE — rgb(231, 230, 238)
Tritanopia (Blue-blind)
#E5EDED — rgb(229, 237, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 28%, 92%);
text
color: hsl(221, 28%, 92%);
border
border: 2px solid hsl(221, 28%, 92%);
gradient light
background: linear-gradient(to right, hsl(221, 28%, 100%), hsl(221, 28%, 92%));
gradient dark
background: linear-gradient(to right, hsl(221, 28%, 92%), hsl(221, 28%, 72%))
hex
background-color: #E5E9F0;
tailwind
bg-[hsl(221,28%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 28%, 92%, 0.4);
css variable
--color-primary: hsl(221, 28%, 92%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 28%, 92%)?
HEX: #E5E9F0 | RGB: rgb(229, 233, 240) | CMYK: 5%, 3%, 0%, 6% | HSV: 218°, 5%, 94%. Copy any format from the conversion table above.
What colors go well with #E5E9F0?
The complementary color is HSL(41, 28%, 92%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 28%, 92%) in CSS?
As HSL: color: hsl(221, 28%, 92%); — As HEX: color: #E5E9F0; — As RGB: color: rgb(229, 233, 240); — Tailwind CSS: bg-[hsl(221,28%,92%)] — CSS variable: --color-primary: hsl(221, 28%, 92%);