HSL(82, 87%, 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(82,87%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 87%, 89%) | color: hsl(82, 87%, 89%) | |
| HEX | #E9FBCB | color: #E9FBCB | |
| RGB | rgb(233, 251, 203) | color: rgb(233, 251, 203) | |
| CMYK | cmyk(7%, 0%, 19%, 2%) | — | |
| HSV | hsv(83, 19%, 98%) | — | |
| HWB | hwb(83 79% 2%) | color: hwb(83 79% 2%) | |
| OKLCH | oklch(0.9627 0.0654 124.33) | color: oklch(0.9627 0.0654 124.33) | |
| Lab | lab(96.26 -14 21.08) | color: lab(96.26 -14 21.08) | |
| LCH | lch(96.26 25.31 123.59) | color: lch(96.26 25.31 123.59) |
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)
#F1F1D7 — rgb(241, 241, 215)
Deuteranopia (Green-blind)
#F0EED9 — rgb(240, 238, 217)
Tritanopia (Blue-blind)
#EAE0E2 — rgb(234, 224, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 87%, 89%);
text
color: hsl(82, 87%, 89%);
border
border: 2px solid hsl(82, 87%, 89%);
gradient light
background: linear-gradient(to right, hsl(82, 87%, 100%), hsl(82, 87%, 89%));
gradient dark
background: linear-gradient(to right, hsl(82, 87%, 89%), hsl(82, 87%, 69%))
hex
background-color: #E9FBCB;
tailwind
bg-[hsl(82,87%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 87%, 89%, 0.4);
css variable
--color-primary: hsl(82, 87%, 89%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(82, 87%, 89%)?
HEX: #E9FBCB | RGB: rgb(233, 251, 203) | CMYK: 7%, 0%, 19%, 2% | HSV: 83°, 19%, 98%. Copy any format from the conversion table above.
What colors go well with #E9FBCB?
The complementary color is HSL(262, 87%, 89%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 87%, 89%) in CSS?
As HSL: color: hsl(82, 87%, 89%); — As HEX: color: #E9FBCB; — As RGB: color: rgb(233, 251, 203); — Tailwind CSS: bg-[hsl(82,87%,89%)] — CSS variable: --color-primary: hsl(82, 87%, 89%);