HSL(97, 91%, 91%)
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,91%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 91%, 91%) | color: hsl(97, 91%, 91%) | |
| HEX | #E3FDD3 | color: #E3FDD3 | |
| RGB | rgb(227, 253, 211) | color: rgb(227, 253, 211) | |
| CMYK | cmyk(10%, 0%, 17%, 1%) | — | |
| HSV | hsv(97, 17%, 99%) | — | |
| HWB | hwb(97 82% 1%) | color: hwb(97 82% 1%) | |
| OKLCH | oklch(0.9643 0.0615 133.53) | color: oklch(0.9643 0.0615 133.53) | |
| Lab | lab(96.53 -15.79 17.31) | color: lab(96.53 -15.79 17.31) | |
| LCH | lch(96.53 23.43 132.37) | color: lch(96.53 23.43 132.37) |
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)
#EEEEDD — rgb(238, 238, 221)
Deuteranopia (Green-blind)
#EDEBE0 — rgb(237, 235, 224)
Tritanopia (Blue-blind)
#E4E5E7 — rgb(228, 229, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 91%, 91%);
text
color: hsl(97, 91%, 91%);
border
border: 2px solid hsl(97, 91%, 91%);
gradient light
background: linear-gradient(to right, hsl(97, 91%, 100%), hsl(97, 91%, 91%));
gradient dark
background: linear-gradient(to right, hsl(97, 91%, 91%), hsl(97, 91%, 71%))
hex
background-color: #E3FDD3;
tailwind
bg-[hsl(97,91%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 91%, 91%, 0.4);
css variable
--color-primary: hsl(97, 91%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(97, 91%, 91%)?
HEX: #E3FDD3 | RGB: rgb(227, 253, 211) | CMYK: 10%, 0%, 17%, 1% | HSV: 97°, 17%, 99%. Copy any format from the conversion table above.
What colors go well with #E3FDD3?
The complementary color is HSL(277, 91%, 91%). 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, 91%, 91%) in CSS?
As HSL: color: hsl(97, 91%, 91%); — As HEX: color: #E3FDD3; — As RGB: color: rgb(227, 253, 211); — Tailwind CSS: bg-[hsl(97,91%,91%)] — CSS variable: --color-primary: hsl(97, 91%, 91%);