HSL(91, 26%, 90%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,26%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 26%, 90%) | color: hsl(91, 26%, 90%) | |
| HEX | #E5ECDF | color: #E5ECDF | |
| RGB | rgb(229, 236, 223) | color: rgb(229, 236, 223) | |
| CMYK | cmyk(3%, 0%, 6%, 7%) | — | |
| HSV | hsv(92, 6%, 93%) | — | |
| HWB | hwb(92 87% 7%) | color: hwb(92 87% 7%) | |
| OKLCH | oklch(0.9342 0.0188 130.19) | color: oklch(0.9342 0.0188 130.19) | |
| Lab | lab(92.56 -4.63 5.49) | color: lab(92.56 -4.63 5.49) | |
| LCH | lch(92.56 7.18 130.14) | color: lch(92.56 7.18 130.14) |
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)
#E8E8E2 — rgb(232, 232, 226)
Deuteranopia (Green-blind)
#E8E7E3 — rgb(232, 231, 227)
Tritanopia (Blue-blind)
#E5E5E5 — rgb(229, 229, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 26%, 90%);
text
color: hsl(91, 26%, 90%);
border
border: 2px solid hsl(91, 26%, 90%);
gradient light
background: linear-gradient(to right, hsl(91, 26%, 100%), hsl(91, 26%, 90%));
gradient dark
background: linear-gradient(to right, hsl(91, 26%, 90%), hsl(91, 26%, 70%))
hex
background-color: #E5ECDF;
tailwind
bg-[hsl(91,26%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 26%, 90%, 0.4);
css variable
--color-primary: hsl(91, 26%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(91, 26%, 90%)?
HEX: #E5ECDF | RGB: rgb(229, 236, 223) | CMYK: 3%, 0%, 6%, 7% | HSV: 92°, 6%, 93%. Copy any format from the conversion table above.
What colors go well with #E5ECDF?
The complementary color is HSL(271, 26%, 90%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 26%, 90%) in CSS?
As HSL: color: hsl(91, 26%, 90%); — As HEX: color: #E5ECDF; — As RGB: color: rgb(229, 236, 223); — Tailwind CSS: bg-[hsl(91,26%,90%)] — CSS variable: --color-primary: hsl(91, 26%, 90%);