HSL(117, 30%, 94%)
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(117,30%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 30%, 94%) | color: hsl(117, 30%, 94%) | |
| HEX | #ECF4EB | color: #ECF4EB | |
| RGB | rgb(236, 244, 235) | color: rgb(236, 244, 235) | |
| CMYK | cmyk(3%, 0%, 4%, 4%) | — | |
| HSV | hsv(113, 4%, 96%) | — | |
| HWB | hwb(113 92% 4%) | color: hwb(113 92% 4%) | |
| OKLCH | oklch(0.9586 0.0146 142.23) | color: oklch(0.9586 0.0146 142.23) | |
| Lab | lab(95.38 -4.24 3.41) | color: lab(95.38 -4.24 3.41) | |
| LCH | lch(95.38 5.44 141.19) | color: lch(95.38 5.44 141.19) |
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)
#EFF0ED — rgb(239, 240, 237)
Deuteranopia (Green-blind)
#EFEEEE — rgb(239, 238, 238)
Tritanopia (Blue-blind)
#ECEFEF — rgb(236, 239, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 30%, 94%);
text
color: hsl(117, 30%, 94%);
border
border: 2px solid hsl(117, 30%, 94%);
gradient light
background: linear-gradient(to right, hsl(117, 30%, 100%), hsl(117, 30%, 94%));
gradient dark
background: linear-gradient(to right, hsl(117, 30%, 94%), hsl(117, 30%, 74%))
hex
background-color: #ECF4EB;
tailwind
bg-[hsl(117,30%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 30%, 94%, 0.4);
css variable
--color-primary: hsl(117, 30%, 94%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(117, 30%, 94%)?
HEX: #ECF4EB | RGB: rgb(236, 244, 235) | CMYK: 3%, 0%, 4%, 4% | HSV: 113°, 4%, 96%. Copy any format from the conversion table above.
What colors go well with #ECF4EB?
The complementary color is HSL(297, 30%, 94%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 30%, 94%) in CSS?
As HSL: color: hsl(117, 30%, 94%); — As HEX: color: #ECF4EB; — As RGB: color: rgb(236, 244, 235); — Tailwind CSS: bg-[hsl(117,30%,94%)] — CSS variable: --color-primary: hsl(117, 30%, 94%);