HSL(82, 27%, 84%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(82,27%,84%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 27%, 84%) color: hsl(82, 27%, 84%)
HEX #D9E1CB color: #D9E1CB
RGB rgb(217, 225, 203) color: rgb(217, 225, 203)
CMYK cmyk(4%, 0%, 10%, 12%)
HSV hsv(82, 10%, 88%)
HWB hwb(82 79% 12%) color: hwb(82 79% 12%)
OKLCH oklch(0.8977 0.0307 123.33) color: oklch(0.8977 0.0307 123.33)
Lab lab(88.41 -6.55 9.84) color: lab(88.41 -6.55 9.84)
LCH lch(88.41 11.82 123.65) color: lch(88.41 11.82 123.65)

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.35:1
vs Black 15.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)

#DCDDD0 — rgb(220, 221, 208)

Deuteranopia (Green-blind)

#DCDBD2 — rgb(220, 219, 210)

Tritanopia (Blue-blind)

#D9D5D5 — rgb(217, 213, 213)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 27%, 84%);

text

color: hsl(82, 27%, 84%);

border

border: 2px solid hsl(82, 27%, 84%);

gradient light

background: linear-gradient(to right, hsl(82, 27%, 100%), hsl(82, 27%, 84%));

gradient dark

background: linear-gradient(to right, hsl(82, 27%, 84%), hsl(82, 27%, 64%))

hex

background-color: #D9E1CB;

tailwind

bg-[hsl(82,27%,84%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(82, 27%, 84%, 0.4);

css variable

--color-primary: hsl(82, 27%, 84%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(82, 27%, 84%)?

HEX: #D9E1CB | RGB: rgb(217, 225, 203) | CMYK: 4%, 0%, 10%, 12% | HSV: 82°, 10%, 88%. Copy any format from the conversion table above.

What colors go well with #D9E1CB?

The complementary color is HSL(262, 27%, 84%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(82, 27%, 84%) in CSS?

As HSL: color: hsl(82, 27%, 84%); — As HEX: color: #D9E1CB; — As RGB: color: rgb(217, 225, 203); — Tailwind CSS: bg-[hsl(82,27%,84%)] — CSS variable: --color-primary: hsl(82, 27%, 84%);