HSL(72, 15%, 91%)
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%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 15%, 91%) | color: hsl(72, 15%, 91%) | |
| HEX | #EAEBE5 | color: #EAEBE5 | |
| RGB | rgb(234, 235, 229) | color: rgb(234, 235, 229) | |
| CMYK | cmyk(0%, 0%, 3%, 8%) | — | |
| HSV | hsv(70, 3%, 92%) | — | |
| HWB | hwb(70 89% 8%) | color: hwb(70 89% 8%) | |
| OKLCH | oklch(0.9376 0.0081 114.23) | color: oklch(0.9376 0.0081 114.23) | |
| Lab | lab(92.82 -1.39 2.79) | color: lab(92.82 -1.39 2.79) | |
| LCH | lch(92.82 3.12 116.48) | color: lch(92.82 3.12 116.48) |
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)
#EAEAE6 — rgb(234, 234, 230)
Deuteranopia (Green-blind)
#EAEAE7 — rgb(234, 234, 231)
Tritanopia (Blue-blind)
#EAE8E8 — rgb(234, 232, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 15%, 91%);
text
color: hsl(72, 15%, 91%);
border
border: 2px solid hsl(72, 15%, 91%);
gradient light
background: linear-gradient(to right, hsl(72, 15%, 100%), hsl(72, 15%, 91%));
gradient dark
background: linear-gradient(to right, hsl(72, 15%, 91%), hsl(72, 15%, 71%))
hex
background-color: #EAEBE5;
tailwind
bg-[hsl(72,15%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 15%, 91%, 0.4);
css variable
--color-primary: hsl(72, 15%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(72, 15%, 91%)?
HEX: #EAEBE5 | RGB: rgb(234, 235, 229) | CMYK: 0%, 0%, 3%, 8% | HSV: 70°, 3%, 92%. Copy any format from the conversion table above.
What colors go well with #EAEBE5?
The complementary color is HSL(252, 15%, 91%). 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%, 91%) in CSS?
As HSL: color: hsl(72, 15%, 91%); — As HEX: color: #EAEBE5; — As RGB: color: rgb(234, 235, 229); — Tailwind CSS: bg-[hsl(72,15%,91%)] — CSS variable: --color-primary: hsl(72, 15%, 91%);