HSL(119, 65%, 92%)

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(119,65%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(119, 65%, 92%) color: hsl(119, 65%, 92%)
HEX #DEF8DD color: #DEF8DD
RGB rgb(222, 248, 221) color: rgb(222, 248, 221)
CMYK cmyk(10%, 0%, 11%, 3%)
HSV hsv(118, 11%, 97%)
HWB hwb(118 86% 3%) color: hwb(118 86% 3%)
OKLCH oklch(0.953 0.045 144.21) color: oklch(0.953 0.045 144.21)
Lab lab(95.11 -13.35 10.12) color: lab(95.11 -13.35 10.12)
LCH lch(95.11 16.75 142.84) color: lch(95.11 16.75 142.84)

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.13:1
vs Black 18.58: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)

#E9E9E4 — rgb(233, 233, 228)

Deuteranopia (Green-blind)

#E8E6E5 — rgb(232, 230, 229)

Tritanopia (Blue-blind)

#DFE9EA — rgb(223, 233, 234)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(119, 65%, 92%);

text

color: hsl(119, 65%, 92%);

border

border: 2px solid hsl(119, 65%, 92%);

gradient light

background: linear-gradient(to right, hsl(119, 65%, 100%), hsl(119, 65%, 92%));

gradient dark

background: linear-gradient(to right, hsl(119, 65%, 92%), hsl(119, 65%, 72%))

hex

background-color: #DEF8DD;

tailwind

bg-[hsl(119,65%,92%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(119, 65%, 92%, 0.4);

css variable

--color-primary: hsl(119, 65%, 92%);

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(119, 65%, 92%)?

HEX: #DEF8DD | RGB: rgb(222, 248, 221) | CMYK: 10%, 0%, 11%, 3% | HSV: 118°, 11%, 97%. Copy any format from the conversion table above.

What colors go well with #DEF8DD?

The complementary color is HSL(299, 65%, 92%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(119, 65%, 92%) in CSS?

As HSL: color: hsl(119, 65%, 92%); — As HEX: color: #DEF8DD; — As RGB: color: rgb(222, 248, 221); — Tailwind CSS: bg-[hsl(119,65%,92%)] — CSS variable: --color-primary: hsl(119, 65%, 92%);