HSL(91, 72%, 88%)
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(91,72%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 72%, 88%) | color: hsl(91, 72%, 88%) | |
| HEX | #E0F6CA | color: #E0F6CA | |
| RGB | rgb(224, 246, 202) | color: rgb(224, 246, 202) | |
| CMYK | cmyk(9%, 0%, 18%, 4%) | — | |
| HSV | hsv(90, 18%, 96%) | — | |
| HWB | hwb(90 79% 4%) | color: hwb(90 79% 4%) | |
| OKLCH | oklch(0.9457 0.0623 129.22) | color: oklch(0.9457 0.0623 129.22) | |
| Lab | lab(94.32 -14.82 18.79) | color: lab(94.32 -14.82 18.79) | |
| LCH | lch(94.32 23.93 128.26) | color: lch(94.32 23.93 128.26) |
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)
#EAEAD5 — rgb(234, 234, 213)
Deuteranopia (Green-blind)
#E8E7D7 — rgb(232, 231, 215)
Tritanopia (Blue-blind)
#E1DDDF — rgb(225, 221, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 72%, 88%);
text
color: hsl(91, 72%, 88%);
border
border: 2px solid hsl(91, 72%, 88%);
gradient light
background: linear-gradient(to right, hsl(91, 72%, 100%), hsl(91, 72%, 88%));
gradient dark
background: linear-gradient(to right, hsl(91, 72%, 88%), hsl(91, 72%, 68%))
hex
background-color: #E0F6CA;
tailwind
bg-[hsl(91,72%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 72%, 88%, 0.4);
css variable
--color-primary: hsl(91, 72%, 88%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(91, 72%, 88%)?
HEX: #E0F6CA | RGB: rgb(224, 246, 202) | CMYK: 9%, 0%, 18%, 4% | HSV: 90°, 18%, 96%. Copy any format from the conversion table above.
What colors go well with #E0F6CA?
The complementary color is HSL(271, 72%, 88%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 72%, 88%) in CSS?
As HSL: color: hsl(91, 72%, 88%); — As HEX: color: #E0F6CA; — As RGB: color: rgb(224, 246, 202); — Tailwind CSS: bg-[hsl(91,72%,88%)] — CSS variable: --color-primary: hsl(91, 72%, 88%);