HSL(121, 19%, 87%)

Very Light Green — Green color

Adjust Color

Color Information

Color Name

Very Light Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(121,19%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(121, 19%, 87%) color: hsl(121, 19%, 87%)
HEX #D8E4D8 color: #D8E4D8
RGB rgb(216, 228, 216) color: rgb(216, 228, 216)
CMYK cmyk(5%, 0%, 5%, 11%)
HSV hsv(120, 5%, 89%)
HWB hwb(120 85% 11%) color: hwb(120 85% 11%)
OKLCH oklch(0.9065 0.0206 145.4) color: oklch(0.9065 0.0206 145.4)
Lab lab(89.41 -6.18 4.47) color: lab(89.41 -6.18 4.47)
LCH lch(89.41 7.63 144.12) color: lch(89.41 7.63 144.12)

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.31:1
vs Black 16.01: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)

#DDDDDB — rgb(221, 221, 219)

Deuteranopia (Green-blind)

#DDDCDC — rgb(221, 220, 220)

Tritanopia (Blue-blind)

#D9DDDE — rgb(217, 221, 222)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(121, 19%, 87%);

text

color: hsl(121, 19%, 87%);

border

border: 2px solid hsl(121, 19%, 87%);

gradient light

background: linear-gradient(to right, hsl(121, 19%, 100%), hsl(121, 19%, 87%));

gradient dark

background: linear-gradient(to right, hsl(121, 19%, 87%), hsl(121, 19%, 67%))

hex

background-color: #D8E4D8;

tailwind

bg-[hsl(121,19%,87%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(121, 19%, 87%, 0.4);

css variable

--color-primary: hsl(121, 19%, 87%);

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(121, 19%, 87%)?

HEX: #D8E4D8 | RGB: rgb(216, 228, 216) | CMYK: 5%, 0%, 5%, 11% | HSV: 120°, 5%, 89%. Copy any format from the conversion table above.

What colors go well with #D8E4D8?

The complementary color is HSL(301, 19%, 87%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(121, 19%, 87%) in CSS?

As HSL: color: hsl(121, 19%, 87%); — As HEX: color: #D8E4D8; — As RGB: color: rgb(216, 228, 216); — Tailwind CSS: bg-[hsl(121,19%,87%)] — CSS variable: --color-primary: hsl(121, 19%, 87%);