HSL(97, 25%, 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(97,25%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 25%, 90%) | color: hsl(97, 25%, 90%) | |
| HEX | #E4ECDF | color: #E4ECDF | |
| RGB | rgb(228, 236, 223) | color: rgb(228, 236, 223) | |
| CMYK | cmyk(3%, 0%, 6%, 7%) | — | |
| HSV | hsv(97, 6%, 93%) | — | |
| HWB | hwb(97 87% 7%) | color: hwb(97 87% 7%) | |
| OKLCH | oklch(0.9334 0.0193 133.08) | color: oklch(0.9334 0.0193 133.08) | |
| Lab | lab(92.49 -4.97 5.37) | color: lab(92.49 -4.97 5.37) | |
| LCH | lch(92.49 7.32 132.78) | color: lch(92.49 7.32 132.78) |
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)
#E7E8E2 — rgb(231, 232, 226)
Deuteranopia (Green-blind)
#E7E6E3 — rgb(231, 230, 227)
Tritanopia (Blue-blind)
#E4E5E5 — rgb(228, 229, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 25%, 90%);
text
color: hsl(97, 25%, 90%);
border
border: 2px solid hsl(97, 25%, 90%);
gradient light
background: linear-gradient(to right, hsl(97, 25%, 100%), hsl(97, 25%, 90%));
gradient dark
background: linear-gradient(to right, hsl(97, 25%, 90%), hsl(97, 25%, 70%))
hex
background-color: #E4ECDF;
tailwind
bg-[hsl(97,25%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 25%, 90%, 0.4);
css variable
--color-primary: hsl(97, 25%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(97, 25%, 90%)?
HEX: #E4ECDF | RGB: rgb(228, 236, 223) | CMYK: 3%, 0%, 6%, 7% | HSV: 97°, 6%, 93%. Copy any format from the conversion table above.
What colors go well with #E4ECDF?
The complementary color is HSL(277, 25%, 90%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 25%, 90%) in CSS?
As HSL: color: hsl(97, 25%, 90%); — As HEX: color: #E4ECDF; — As RGB: color: rgb(228, 236, 223); — Tailwind CSS: bg-[hsl(97,25%,90%)] — CSS variable: --color-primary: hsl(97, 25%, 90%);