HSL(83, 71%, 92%)

Very Light Green — Green color

Adjust Color

Color Information

Color Name

Very Light Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(83,71%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(83, 71%, 92%) color: hsl(83, 71%, 92%)
HEX #EEF9DC color: #EEF9DC
RGB rgb(238, 249, 220) color: rgb(238, 249, 220)
CMYK cmyk(4%, 0%, 12%, 2%)
HSV hsv(83, 12%, 98%)
HWB hwb(83 86% 2%) color: hwb(83 86% 2%)
OKLCH oklch(0.9663 0.0398 124.09) color: oklch(0.9663 0.0398 124.09)
Lab lab(96.45 -8.61 12.69) color: lab(96.45 -8.61 12.69)
LCH lch(96.45 15.34 124.16) color: lch(96.45 15.34 124.16)

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.09:1
vs Black 19.22: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)

#F3F3E3 — rgb(243, 243, 227)

Deuteranopia (Green-blind)

#F2F1E5 — rgb(242, 241, 229)

Tritanopia (Blue-blind)

#EFE9EA — rgb(239, 233, 234)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(83, 71%, 92%);

text

color: hsl(83, 71%, 92%);

border

border: 2px solid hsl(83, 71%, 92%);

gradient light

background: linear-gradient(to right, hsl(83, 71%, 100%), hsl(83, 71%, 92%));

gradient dark

background: linear-gradient(to right, hsl(83, 71%, 92%), hsl(83, 71%, 72%))

hex

background-color: #EEF9DC;

tailwind

bg-[hsl(83,71%,92%)]

box shadow

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

css variable

--color-primary: hsl(83, 71%, 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(83, 71%, 92%)?

HEX: #EEF9DC | RGB: rgb(238, 249, 220) | CMYK: 4%, 0%, 12%, 2% | HSV: 83°, 12%, 98%. Copy any format from the conversion table above.

What colors go well with #EEF9DC?

The complementary color is HSL(263, 71%, 92%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(83, 71%, 92%) in CSS?

As HSL: color: hsl(83, 71%, 92%); — As HEX: color: #EEF9DC; — As RGB: color: rgb(238, 249, 220); — Tailwind CSS: bg-[hsl(83,71%,92%)] — CSS variable: --color-primary: hsl(83, 71%, 92%);