HSL(81, 35%, 87%)
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(81,35%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 35%, 87%) | color: hsl(81, 35%, 87%) | |
| HEX | #E1E9D2 | color: #E1E9D2 | |
| RGB | rgb(225, 233, 210) | color: rgb(225, 233, 210) | |
| CMYK | cmyk(3%, 0%, 10%, 9%) | — | |
| HSV | hsv(81, 10%, 91%) | — | |
| HWB | hwb(81 82% 9%) | color: hwb(81 82% 9%) | |
| OKLCH | oklch(0.9218 0.0318 122.67) | color: oklch(0.9218 0.0318 122.67) | |
| Lab | lab(91.21 -6.68 10.26) | color: lab(91.21 -6.68 10.26) | |
| LCH | lch(91.21 12.24 123.07) | color: lch(91.21 12.24 123.07) |
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)
#E4E5D8 — rgb(228, 229, 216)
Deuteranopia (Green-blind)
#E4E3D9 — rgb(228, 227, 217)
Tritanopia (Blue-blind)
#E1DCDD — rgb(225, 220, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 35%, 87%);
text
color: hsl(81, 35%, 87%);
border
border: 2px solid hsl(81, 35%, 87%);
gradient light
background: linear-gradient(to right, hsl(81, 35%, 100%), hsl(81, 35%, 87%));
gradient dark
background: linear-gradient(to right, hsl(81, 35%, 87%), hsl(81, 35%, 67%))
hex
background-color: #E1E9D2;
tailwind
bg-[hsl(81,35%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 35%, 87%, 0.4);
css variable
--color-primary: hsl(81, 35%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(81, 35%, 87%)?
HEX: #E1E9D2 | RGB: rgb(225, 233, 210) | CMYK: 3%, 0%, 10%, 9% | HSV: 81°, 10%, 91%. Copy any format from the conversion table above.
What colors go well with #E1E9D2?
The complementary color is HSL(261, 35%, 87%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 35%, 87%) in CSS?
As HSL: color: hsl(81, 35%, 87%); — As HEX: color: #E1E9D2; — As RGB: color: rgb(225, 233, 210); — Tailwind CSS: bg-[hsl(81,35%,87%)] — CSS variable: --color-primary: hsl(81, 35%, 87%);