HSL(109, 35%, 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(109,35%,94%)]

Color Conversions

Format Value CSS Usage
HSL hsl(109, 35%, 94%) color: hsl(109, 35%, 94%)
HEX #ECF5EA color: #ECF5EA
RGB rgb(236, 245, 234) color: rgb(236, 245, 234)
CMYK cmyk(4%, 0%, 4%, 4%)
HSV hsv(109, 4%, 96%)
HWB hwb(109 92% 4%) color: hwb(109 92% 4%)
OKLCH oklch(0.9604 0.0174 140.02) color: oklch(0.9604 0.0174 140.02)
Lab lab(95.61 -4.92 4.26) color: lab(95.61 -4.92 4.26)
LCH lch(95.61 6.51 139.11) color: lch(95.61 6.51 139.11)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.12:1
vs Black 18.82:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#F0F0ED — rgb(240, 240, 237)

Deuteranopia (Green-blind)

#EFEFED — rgb(239, 239, 237)

Tritanopia (Blue-blind)

#ECEFEF — rgb(236, 239, 239)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(109, 35%, 94%);

text

color: hsl(109, 35%, 94%);

border

border: 2px solid hsl(109, 35%, 94%);

gradient light

background: linear-gradient(to right, hsl(109, 35%, 100%), hsl(109, 35%, 94%));

gradient dark

background: linear-gradient(to right, hsl(109, 35%, 94%), hsl(109, 35%, 74%))

hex

background-color: #ECF5EA;

tailwind

bg-[hsl(109,35%,94%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(109, 35%, 94%, 0.4);

css variable

--color-primary: hsl(109, 35%, 94%);

Related Colors

Use Cases for Very Light Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(109, 35%, 94%)?

HEX: #ECF5EA | RGB: rgb(236, 245, 234) | CMYK: 4%, 0%, 4%, 4% | HSV: 109°, 4%, 96%. Copy any format from the conversion table above.

What colors go well with #ECF5EA?

The complementary color is HSL(289, 35%, 94%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(109, 35%, 94%) in CSS?

As HSL: color: hsl(109, 35%, 94%); — As HEX: color: #ECF5EA; — As RGB: color: rgb(236, 245, 234); — Tailwind CSS: bg-[hsl(109,35%,94%)] — CSS variable: --color-primary: hsl(109, 35%, 94%);