HSL(108, 40%, 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(108,40%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 40%, 94%) | color: hsl(108, 40%, 94%) | |
| HEX | #ECF6EA | color: #ECF6EA | |
| RGB | rgb(236, 246, 234) | color: rgb(236, 246, 234) | |
| CMYK | cmyk(4%, 0%, 5%, 4%) | — | |
| HSV | hsv(110, 5%, 96%) | — | |
| HWB | hwb(110 91% 4%) | color: hwb(110 91% 4%) | |
| OKLCH | oklch(0.9624 0.019 140.5) | color: oklch(0.9624 0.019 140.5) | |
| Lab | lab(95.87 -5.43 4.62) | color: lab(95.87 -5.43 4.62) | |
| LCH | lch(95.87 7.13 139.61) | color: lch(95.87 7.13 139.61) |
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)
#F0F0ED — rgb(240, 240, 237)
Deuteranopia (Green-blind)
#F0EFEE — rgb(240, 239, 238)
Tritanopia (Blue-blind)
#EDEFF0 — rgb(237, 239, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 40%, 94%);
text
color: hsl(108, 40%, 94%);
border
border: 2px solid hsl(108, 40%, 94%);
gradient light
background: linear-gradient(to right, hsl(108, 40%, 100%), hsl(108, 40%, 94%));
gradient dark
background: linear-gradient(to right, hsl(108, 40%, 94%), hsl(108, 40%, 74%))
hex
background-color: #ECF6EA;
tailwind
bg-[hsl(108,40%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 40%, 94%, 0.4);
css variable
--color-primary: hsl(108, 40%, 94%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(108, 40%, 94%)?
HEX: #ECF6EA | RGB: rgb(236, 246, 234) | CMYK: 4%, 0%, 5%, 4% | HSV: 110°, 5%, 96%. Copy any format from the conversion table above.
What colors go well with #ECF6EA?
The complementary color is HSL(288, 40%, 94%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 40%, 94%) in CSS?
As HSL: color: hsl(108, 40%, 94%); — As HEX: color: #ECF6EA; — As RGB: color: rgb(236, 246, 234); — Tailwind CSS: bg-[hsl(108,40%,94%)] — CSS variable: --color-primary: hsl(108, 40%, 94%);