HSL(92, 72%, 89%)
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(92,72%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 72%, 89%) | color: hsl(92, 72%, 89%) | |
| HEX | #E2F7CF | color: #E2F7CF | |
| RGB | rgb(226, 247, 207) | color: rgb(226, 247, 207) | |
| CMYK | cmyk(9%, 0%, 16%, 3%) | — | |
| HSV | hsv(92, 16%, 97%) | — | |
| HWB | hwb(92 81% 3%) | color: hwb(92 81% 3%) | |
| OKLCH | oklch(0.9504 0.0571 130.09) | color: oklch(0.9504 0.0571 130.09) | |
| Lab | lab(94.82 -13.83 16.95) | color: lab(94.82 -13.83 16.95) | |
| LCH | lch(94.82 21.88 129.21) | color: lch(94.82 21.88 129.21) |
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)
#EBEBD9 — rgb(235, 235, 217)
Deuteranopia (Green-blind)
#EAE8DB — rgb(234, 232, 219)
Tritanopia (Blue-blind)
#E3E0E2 — rgb(227, 224, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 72%, 89%);
text
color: hsl(92, 72%, 89%);
border
border: 2px solid hsl(92, 72%, 89%);
gradient light
background: linear-gradient(to right, hsl(92, 72%, 100%), hsl(92, 72%, 89%));
gradient dark
background: linear-gradient(to right, hsl(92, 72%, 89%), hsl(92, 72%, 69%))
hex
background-color: #E2F7CF;
tailwind
bg-[hsl(92,72%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 72%, 89%, 0.4);
css variable
--color-primary: hsl(92, 72%, 89%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(92, 72%, 89%)?
HEX: #E2F7CF | RGB: rgb(226, 247, 207) | CMYK: 9%, 0%, 16%, 3% | HSV: 92°, 16%, 97%. Copy any format from the conversion table above.
What colors go well with #E2F7CF?
The complementary color is HSL(272, 72%, 89%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 72%, 89%) in CSS?
As HSL: color: hsl(92, 72%, 89%); — As HEX: color: #E2F7CF; — As RGB: color: rgb(226, 247, 207); — Tailwind CSS: bg-[hsl(92,72%,89%)] — CSS variable: --color-primary: hsl(92, 72%, 89%);