HSL(77, 45%, 88%)
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(77,45%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 45%, 88%) | color: hsl(77, 45%, 88%) | |
| HEX | #E6EED3 | color: #E6EED3 | |
| RGB | rgb(230, 238, 211) | color: rgb(230, 238, 211) | |
| CMYK | cmyk(3%, 0%, 11%, 7%) | — | |
| HSV | hsv(78, 11%, 93%) | — | |
| HWB | hwb(78 83% 7%) | color: hwb(78 83% 7%) | |
| OKLCH | oklch(0.9359 0.0367 120.54) | color: oklch(0.9359 0.0367 120.54) | |
| Lab | lab(92.87 -7.31 12.17) | color: lab(92.87 -7.31 12.17) | |
| LCH | lch(92.87 14.2 120.99) | color: lch(92.87 14.2 120.99) |
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)
#E9EADA — rgb(233, 234, 218)
Deuteranopia (Green-blind)
#E9E8DB — rgb(233, 232, 219)
Tritanopia (Blue-blind)
#E6DFE0 — rgb(230, 223, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 45%, 88%);
text
color: hsl(77, 45%, 88%);
border
border: 2px solid hsl(77, 45%, 88%);
gradient light
background: linear-gradient(to right, hsl(77, 45%, 100%), hsl(77, 45%, 88%));
gradient dark
background: linear-gradient(to right, hsl(77, 45%, 88%), hsl(77, 45%, 68%))
hex
background-color: #E6EED3;
tailwind
bg-[hsl(77,45%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 45%, 88%, 0.4);
css variable
--color-primary: hsl(77, 45%, 88%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(77, 45%, 88%)?
HEX: #E6EED3 | RGB: rgb(230, 238, 211) | CMYK: 3%, 0%, 11%, 7% | HSV: 78°, 11%, 93%. Copy any format from the conversion table above.
What colors go well with #E6EED3?
The complementary color is HSL(257, 45%, 88%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 45%, 88%) in CSS?
As HSL: color: hsl(77, 45%, 88%); — As HEX: color: #E6EED3; — As RGB: color: rgb(230, 238, 211); — Tailwind CSS: bg-[hsl(77,45%,88%)] — CSS variable: --color-primary: hsl(77, 45%, 88%);