HSL(116, 85%, 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,85%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 85%, 95%) | color: hsl(116, 85%, 95%) | |
| HEX | #E9FDE7 | color: #E9FDE7 | |
| RGB | rgb(233, 253, 231) | color: rgb(233, 253, 231) | |
| CMYK | cmyk(8%, 0%, 9%, 1%) | — | |
| HSV | hsv(115, 9%, 99%) | — | |
| HWB | hwb(115 90% 1%) | color: hwb(115 90% 1%) | |
| OKLCH | oklch(0.9735 0.0358 142.74) | color: oklch(0.9735 0.0358 142.74) | |
| Lab | lab(97.37 -10.45 8.3) | color: lab(97.37 -10.45 8.3) | |
| LCH | lch(97.37 13.35 141.54) | color: lch(97.37 13.35 141.54) |
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)
#F2F2EC — rgb(242, 242, 236)
Deuteranopia (Green-blind)
#F1EFEE — rgb(241, 239, 238)
Tritanopia (Blue-blind)
#EAF1F1 — rgb(234, 241, 241)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 85%, 95%);
text
color: hsl(116, 85%, 95%);
border
border: 2px solid hsl(116, 85%, 95%);
gradient light
background: linear-gradient(to right, hsl(116, 85%, 100%), hsl(116, 85%, 95%));
gradient dark
background: linear-gradient(to right, hsl(116, 85%, 95%), hsl(116, 85%, 75%))
hex
background-color: #E9FDE7;
tailwind
bg-[hsl(116,85%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 85%, 95%, 0.4);
css variable
--color-primary: hsl(116, 85%, 95%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(116, 85%, 95%)?
HEX: #E9FDE7 | RGB: rgb(233, 253, 231) | CMYK: 8%, 0%, 9%, 1% | HSV: 115°, 9%, 99%. Copy any format from the conversion table above.
What colors go well with #E9FDE7?
The complementary color is HSL(296, 85%, 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, 85%, 95%) in CSS?
As HSL: color: hsl(116, 85%, 95%); — As HEX: color: #E9FDE7; — As RGB: color: rgb(233, 253, 231); — Tailwind CSS: bg-[hsl(116,85%,95%)] — CSS variable: --color-primary: hsl(116, 85%, 95%);