HSL(112, 20%, 91%)
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(112,20%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 20%, 91%) | color: hsl(112, 20%, 91%) | |
| HEX | #E5EDE3 | color: #E5EDE3 | |
| RGB | rgb(229, 237, 227) | color: rgb(229, 237, 227) | |
| CMYK | cmyk(3%, 0%, 4%, 7%) | — | |
| HSV | hsv(108, 4%, 93%) | — | |
| HWB | hwb(108 89% 7%) | color: hwb(108 89% 7%) | |
| OKLCH | oklch(0.9373 0.0158 139.44) | color: oklch(0.9373 0.0158 139.44) | |
| Lab | lab(92.91 -4.44 3.91) | color: lab(92.91 -4.44 3.91) | |
| LCH | lch(92.91 5.92 138.63) | color: lch(92.91 5.92 138.63) |
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)
#E8E9E5 — rgb(232, 233, 229)
Deuteranopia (Green-blind)
#E8E7E6 — rgb(232, 231, 230)
Tritanopia (Blue-blind)
#E5E7E8 — rgb(229, 231, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 20%, 91%);
text
color: hsl(112, 20%, 91%);
border
border: 2px solid hsl(112, 20%, 91%);
gradient light
background: linear-gradient(to right, hsl(112, 20%, 100%), hsl(112, 20%, 91%));
gradient dark
background: linear-gradient(to right, hsl(112, 20%, 91%), hsl(112, 20%, 71%))
hex
background-color: #E5EDE3;
tailwind
bg-[hsl(112,20%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 20%, 91%, 0.4);
css variable
--color-primary: hsl(112, 20%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(112, 20%, 91%)?
HEX: #E5EDE3 | RGB: rgb(229, 237, 227) | CMYK: 3%, 0%, 4%, 7% | HSV: 108°, 4%, 93%. Copy any format from the conversion table above.
What colors go well with #E5EDE3?
The complementary color is HSL(292, 20%, 91%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 20%, 91%) in CSS?
As HSL: color: hsl(112, 20%, 91%); — As HEX: color: #E5EDE3; — As RGB: color: rgb(229, 237, 227); — Tailwind CSS: bg-[hsl(112,20%,91%)] — CSS variable: --color-primary: hsl(112, 20%, 91%);