HSL(72, 15%, 89%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(72,15%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 15%, 89%) | color: hsl(72, 15%, 89%) | |
| HEX | #E5E7DF | color: #E5E7DF | |
| RGB | rgb(229, 231, 223) | color: rgb(229, 231, 223) | |
| CMYK | cmyk(1%, 0%, 3%, 9%) | — | |
| HSV | hsv(75, 3%, 91%) | — | |
| HWB | hwb(75 88% 9%) | color: hwb(75 88% 9%) | |
| OKLCH | oklch(0.9242 0.0109 118.03) | color: oklch(0.9242 0.0109 118.03) | |
| Lab | lab(91.3 -2.08 3.65) | color: lab(91.3 -2.08 3.65) | |
| LCH | lch(91.3 4.2 119.68) | color: lch(91.3 4.2 119.68) |
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)
#E6E6E1 — rgb(230, 230, 225)
Deuteranopia (Green-blind)
#E6E6E1 — rgb(230, 230, 225)
Tritanopia (Blue-blind)
#E5E2E3 — rgb(229, 226, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 15%, 89%);
text
color: hsl(72, 15%, 89%);
border
border: 2px solid hsl(72, 15%, 89%);
gradient light
background: linear-gradient(to right, hsl(72, 15%, 100%), hsl(72, 15%, 89%));
gradient dark
background: linear-gradient(to right, hsl(72, 15%, 89%), hsl(72, 15%, 69%))
hex
background-color: #E5E7DF;
tailwind
bg-[hsl(72,15%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 15%, 89%, 0.4);
css variable
--color-primary: hsl(72, 15%, 89%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(72, 15%, 89%)?
HEX: #E5E7DF | RGB: rgb(229, 231, 223) | CMYK: 1%, 0%, 3%, 9% | HSV: 75°, 3%, 91%. Copy any format from the conversion table above.
What colors go well with #E5E7DF?
The complementary color is HSL(252, 15%, 89%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 15%, 89%) in CSS?
As HSL: color: hsl(72, 15%, 89%); — As HEX: color: #E5E7DF; — As RGB: color: rgb(229, 231, 223); — Tailwind CSS: bg-[hsl(72,15%,89%)] — CSS variable: --color-primary: hsl(72, 15%, 89%);