HSL(104, 30%, 90%)
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(104,30%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 30%, 90%) | color: hsl(104, 30%, 90%) | |
| HEX | #E2EDDE | color: #E2EDDE | |
| RGB | rgb(226, 237, 222) | color: rgb(226, 237, 222) | |
| CMYK | cmyk(5%, 0%, 6%, 7%) | — | |
| HSV | hsv(104, 6%, 93%) | — | |
| HWB | hwb(104 87% 7%) | color: hwb(104 87% 7%) | |
| OKLCH | oklch(0.9337 0.0231 137.25) | color: oklch(0.9337 0.0231 137.25) | |
| Lab | lab(92.58 -6.33 6) | color: lab(92.58 -6.33 6) | |
| LCH | lch(92.58 8.72 136.53) | color: lch(92.58 8.72 136.53) |
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)
#E7E7E2 — rgb(231, 231, 226)
Deuteranopia (Green-blind)
#E6E5E3 — rgb(230, 229, 227)
Tritanopia (Blue-blind)
#E3E4E5 — rgb(227, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 30%, 90%);
text
color: hsl(104, 30%, 90%);
border
border: 2px solid hsl(104, 30%, 90%);
gradient light
background: linear-gradient(to right, hsl(104, 30%, 100%), hsl(104, 30%, 90%));
gradient dark
background: linear-gradient(to right, hsl(104, 30%, 90%), hsl(104, 30%, 70%))
hex
background-color: #E2EDDE;
tailwind
bg-[hsl(104,30%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 30%, 90%, 0.4);
css variable
--color-primary: hsl(104, 30%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(104, 30%, 90%)?
HEX: #E2EDDE | RGB: rgb(226, 237, 222) | CMYK: 5%, 0%, 6%, 7% | HSV: 104°, 6%, 93%. Copy any format from the conversion table above.
What colors go well with #E2EDDE?
The complementary color is HSL(284, 30%, 90%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 30%, 90%) in CSS?
As HSL: color: hsl(104, 30%, 90%); — As HEX: color: #E2EDDE; — As RGB: color: rgb(226, 237, 222); — Tailwind CSS: bg-[hsl(104,30%,90%)] — CSS variable: --color-primary: hsl(104, 30%, 90%);