HSL(116, 57%, 95%)
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(116,57%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 57%, 95%) | color: hsl(116, 57%, 95%) | |
| HEX | #ECFAEB | color: #ECFAEB | |
| RGB | rgb(236, 250, 235) | color: rgb(236, 250, 235) | |
| CMYK | cmyk(6%, 0%, 6%, 2%) | — | |
| HSV | hsv(116, 6%, 98%) | — | |
| HWB | hwb(116 92% 2%) | color: hwb(116 92% 2%) | |
| OKLCH | oklch(0.9706 0.0247 143.5) | color: oklch(0.9706 0.0247 143.5) | |
| Lab | lab(96.9 -7.26 5.61) | color: lab(96.9 -7.26 5.61) | |
| LCH | lch(96.9 9.17 142.31) | color: lch(96.9 9.17 142.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)
#F2F2EF — rgb(242, 242, 239)
Deuteranopia (Green-blind)
#F1F0F0 — rgb(241, 240, 240)
Tritanopia (Blue-blind)
#EDF1F2 — rgb(237, 241, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 57%, 95%);
text
color: hsl(116, 57%, 95%);
border
border: 2px solid hsl(116, 57%, 95%);
gradient light
background: linear-gradient(to right, hsl(116, 57%, 100%), hsl(116, 57%, 95%));
gradient dark
background: linear-gradient(to right, hsl(116, 57%, 95%), hsl(116, 57%, 75%))
hex
background-color: #ECFAEB;
tailwind
bg-[hsl(116,57%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 57%, 95%, 0.4);
css variable
--color-primary: hsl(116, 57%, 95%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(116, 57%, 95%)?
HEX: #ECFAEB | RGB: rgb(236, 250, 235) | CMYK: 6%, 0%, 6%, 2% | HSV: 116°, 6%, 98%. Copy any format from the conversion table above.
What colors go well with #ECFAEB?
The complementary color is HSL(296, 57%, 95%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 57%, 95%) in CSS?
As HSL: color: hsl(116, 57%, 95%); — As HEX: color: #ECFAEB; — As RGB: color: rgb(236, 250, 235); — Tailwind CSS: bg-[hsl(116,57%,95%)] — CSS variable: --color-primary: hsl(116, 57%, 95%);