HSL(128, 44%, 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(128,44%,91%)]

Color Conversions

Format Value CSS Usage
HSL hsl(128, 44%, 91%) color: hsl(128, 44%, 91%)
HEX #DEF2E1 color: #DEF2E1
RGB rgb(222, 242, 225) color: rgb(222, 242, 225)
CMYK cmyk(8%, 0%, 7%, 5%)
HSV hsv(129, 8%, 95%)
HWB hwb(129 87% 5%) color: hwb(129 87% 5%)
OKLCH oklch(0.9417 0.0309 149.81) color: oklch(0.9417 0.0309 149.81)
Lab lab(93.65 -9.66 5.96) color: lab(93.65 -9.66 5.96)
LCH lch(93.65 11.35 148.33) color: lch(93.65 11.35 148.33)

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.17:1
vs Black 17.89: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)

#E7E7E5 — rgb(231, 231, 229)

Deuteranopia (Green-blind)

#E6E4E6 — rgb(230, 228, 230)

Tritanopia (Blue-blind)

#DFE8E9 — rgb(223, 232, 233)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(128, 44%, 91%);

text

color: hsl(128, 44%, 91%);

border

border: 2px solid hsl(128, 44%, 91%);

gradient light

background: linear-gradient(to right, hsl(128, 44%, 100%), hsl(128, 44%, 91%));

gradient dark

background: linear-gradient(to right, hsl(128, 44%, 91%), hsl(128, 44%, 71%))

hex

background-color: #DEF2E1;

tailwind

bg-[hsl(128,44%,91%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(128, 44%, 91%, 0.4);

css variable

--color-primary: hsl(128, 44%, 91%);

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(128, 44%, 91%)?

HEX: #DEF2E1 | RGB: rgb(222, 242, 225) | CMYK: 8%, 0%, 7%, 5% | HSV: 129°, 8%, 95%. Copy any format from the conversion table above.

What colors go well with #DEF2E1?

The complementary color is HSL(308, 44%, 91%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(128, 44%, 91%) in CSS?

As HSL: color: hsl(128, 44%, 91%); — As HEX: color: #DEF2E1; — As RGB: color: rgb(222, 242, 225); — Tailwind CSS: bg-[hsl(128,44%,91%)] — CSS variable: --color-primary: hsl(128, 44%, 91%);