HSL(83, 36%, 90%)

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,36%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(83, 36%, 90%) color: hsl(83, 36%, 90%)
HEX #E8EFDC color: #E8EFDC
RGB rgb(232, 239, 220) color: rgb(232, 239, 220)
CMYK cmyk(3%, 0%, 8%, 6%)
HSV hsv(82, 8%, 94%)
HWB hwb(82 86% 6%) color: hwb(82 86% 6%)
OKLCH oklch(0.9417 0.0262 123.43) color: oklch(0.9417 0.0262 123.43)
Lab lab(93.47 -5.64 8.38) color: lab(93.47 -5.64 8.38)
LCH lch(93.47 10.1 123.94) color: lch(93.47 10.1 123.94)

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.18:1
vs Black 17.81: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)

#EBEBE1 — rgb(235, 235, 225)

Deuteranopia (Green-blind)

#EBEAE2 — rgb(235, 234, 226)

Tritanopia (Blue-blind)

#E8E4E5 — rgb(232, 228, 229)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(83, 36%, 90%);

text

color: hsl(83, 36%, 90%);

border

border: 2px solid hsl(83, 36%, 90%);

gradient light

background: linear-gradient(to right, hsl(83, 36%, 100%), hsl(83, 36%, 90%));

gradient dark

background: linear-gradient(to right, hsl(83, 36%, 90%), hsl(83, 36%, 70%))

hex

background-color: #E8EFDC;

tailwind

bg-[hsl(83,36%,90%)]

box shadow

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

css variable

--color-primary: hsl(83, 36%, 90%);

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, 36%, 90%)?

HEX: #E8EFDC | RGB: rgb(232, 239, 220) | CMYK: 3%, 0%, 8%, 6% | HSV: 82°, 8%, 94%. Copy any format from the conversion table above.

What colors go well with #E8EFDC?

The complementary color is HSL(263, 36%, 90%). 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, 36%, 90%) in CSS?

As HSL: color: hsl(83, 36%, 90%); — As HEX: color: #E8EFDC; — As RGB: color: rgb(232, 239, 220); — Tailwind CSS: bg-[hsl(83,36%,90%)] — CSS variable: --color-primary: hsl(83, 36%, 90%);