HSL(84, 49%, 90%)
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(84,49%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 49%, 90%) | color: hsl(84, 49%, 90%) | |
| HEX | #E8F2D9 | color: #E8F2D9 | |
| RGB | rgb(232, 242, 217) | color: rgb(232, 242, 217) | |
| CMYK | cmyk(4%, 0%, 10%, 5%) | — | |
| HSV | hsv(84, 10%, 95%) | — | |
| HWB | hwb(84 86% 5%) | color: hwb(84 86% 5%) | |
| OKLCH | oklch(0.947 0.0347 124.88) | color: oklch(0.947 0.0347 124.88) | |
| Lab | lab(94.17 -7.65 10.93) | color: lab(94.17 -7.65 10.93) | |
| LCH | lch(94.17 13.34 124.99) | color: lch(94.17 13.34 124.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)
#ECECDF — rgb(236, 236, 223)
Deuteranopia (Green-blind)
#ECEBE1 — rgb(236, 235, 225)
Tritanopia (Blue-blind)
#E9E4E5 — rgb(233, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 49%, 90%);
text
color: hsl(84, 49%, 90%);
border
border: 2px solid hsl(84, 49%, 90%);
gradient light
background: linear-gradient(to right, hsl(84, 49%, 100%), hsl(84, 49%, 90%));
gradient dark
background: linear-gradient(to right, hsl(84, 49%, 90%), hsl(84, 49%, 70%))
hex
background-color: #E8F2D9;
tailwind
bg-[hsl(84,49%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 49%, 90%, 0.4);
css variable
--color-primary: hsl(84, 49%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(84, 49%, 90%)?
HEX: #E8F2D9 | RGB: rgb(232, 242, 217) | CMYK: 4%, 0%, 10%, 5% | HSV: 84°, 10%, 95%. Copy any format from the conversion table above.
What colors go well with #E8F2D9?
The complementary color is HSL(264, 49%, 90%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 49%, 90%) in CSS?
As HSL: color: hsl(84, 49%, 90%); — As HEX: color: #E8F2D9; — As RGB: color: rgb(232, 242, 217); — Tailwind CSS: bg-[hsl(84,49%,90%)] — CSS variable: --color-primary: hsl(84, 49%, 90%);