HSL(94, 30%, 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(94,30%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 30%, 91%) | color: hsl(94, 30%, 91%) | |
| HEX | #E7EFE1 | color: #E7EFE1 | |
| RGB | rgb(231, 239, 225) | color: rgb(231, 239, 225) | |
| CMYK | cmyk(3%, 0%, 6%, 6%) | — | |
| HSV | hsv(94, 6%, 94%) | — | |
| HWB | hwb(94 88% 6%) | color: hwb(94 88% 6%) | |
| OKLCH | oklch(0.9422 0.0204 131.46) | color: oklch(0.9422 0.0204 131.46) | |
| Lab | lab(93.52 -5.13 5.84) | color: lab(93.52 -5.13 5.84) | |
| LCH | lch(93.52 7.77 131.3) | color: lch(93.52 7.77 131.3) |
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)
#EAEBE4 — rgb(234, 235, 228)
Deuteranopia (Green-blind)
#EAE9E5 — rgb(234, 233, 229)
Tritanopia (Blue-blind)
#E7E7E8 — rgb(231, 231, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 30%, 91%);
text
color: hsl(94, 30%, 91%);
border
border: 2px solid hsl(94, 30%, 91%);
gradient light
background: linear-gradient(to right, hsl(94, 30%, 100%), hsl(94, 30%, 91%));
gradient dark
background: linear-gradient(to right, hsl(94, 30%, 91%), hsl(94, 30%, 71%))
hex
background-color: #E7EFE1;
tailwind
bg-[hsl(94,30%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 30%, 91%, 0.4);
css variable
--color-primary: hsl(94, 30%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(94, 30%, 91%)?
HEX: #E7EFE1 | RGB: rgb(231, 239, 225) | CMYK: 3%, 0%, 6%, 6% | HSV: 94°, 6%, 94%. Copy any format from the conversion table above.
What colors go well with #E7EFE1?
The complementary color is HSL(274, 30%, 91%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 30%, 91%) in CSS?
As HSL: color: hsl(94, 30%, 91%); — As HEX: color: #E7EFE1; — As RGB: color: rgb(231, 239, 225); — Tailwind CSS: bg-[hsl(94,30%,91%)] — CSS variable: --color-primary: hsl(94, 30%, 91%);