HSL(80, 59%, 89%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,59%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 59%, 89%) | color: hsl(80, 59%, 89%) | |
| HEX | #E8F3D2 | color: #E8F3D2 | |
| RGB | rgb(232, 243, 210) | color: rgb(232, 243, 210) | |
| CMYK | cmyk(5%, 0%, 14%, 5%) | — | |
| HSV | hsv(80, 14%, 95%) | — | |
| HWB | hwb(80 82% 5%) | color: hwb(80 82% 5%) | |
| OKLCH | oklch(0.9473 0.045 122.27) | color: oklch(0.9473 0.045 122.27) | |
| Lab | lab(94.27 -9.29 14.69) | color: lab(94.27 -9.29 14.69) | |
| LCH | lch(94.27 17.38 122.31) | color: lch(94.27 17.38 122.31) |
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)
#EDEDDA — rgb(237, 237, 218)
Deuteranopia (Green-blind)
#ECEBDC — rgb(236, 235, 220)
Tritanopia (Blue-blind)
#E9E0E2 — rgb(233, 224, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 59%, 89%);
text
color: hsl(80, 59%, 89%);
border
border: 2px solid hsl(80, 59%, 89%);
gradient light
background: linear-gradient(to right, hsl(80, 59%, 100%), hsl(80, 59%, 89%));
gradient dark
background: linear-gradient(to right, hsl(80, 59%, 89%), hsl(80, 59%, 69%))
hex
background-color: #E8F3D2;
tailwind
bg-[hsl(80,59%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 59%, 89%, 0.4);
css variable
--color-primary: hsl(80, 59%, 89%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(80, 59%, 89%)?
HEX: #E8F3D2 | RGB: rgb(232, 243, 210) | CMYK: 5%, 0%, 14%, 5% | HSV: 80°, 14%, 95%. Copy any format from the conversion table above.
What colors go well with #E8F3D2?
The complementary color is HSL(260, 59%, 89%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 59%, 89%) in CSS?
As HSL: color: hsl(80, 59%, 89%); — As HEX: color: #E8F3D2; — As RGB: color: rgb(232, 243, 210); — Tailwind CSS: bg-[hsl(80,59%,89%)] — CSS variable: --color-primary: hsl(80, 59%, 89%);