HSL(82, 71%, 81%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(82,71%,81%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 71%, 81%) color: hsl(82, 71%, 81%)
HEX #D8F1AC color: #D8F1AC
RGB rgb(216, 241, 172) color: rgb(216, 241, 172)
CMYK cmyk(10%, 0%, 29%, 5%)
HSV hsv(82, 29%, 95%)
HWB hwb(82 67% 5%) color: hwb(82 67% 5%)
OKLCH oklch(0.9232 0.0935 124.38) color: oklch(0.9232 0.0935 124.38)
Lab lab(91.9 -19.63 30.7) color: lab(91.9 -19.63 30.7)
LCH lch(91.9 36.44 122.6) color: lch(91.9 36.44 122.6)

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.23:1
vs Black 17.1: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)

#E3E3BD — rgb(227, 227, 189)

Deuteranopia (Green-blind)

#E1E0C1 — rgb(225, 224, 193)

Tritanopia (Blue-blind)

#D9CACD — rgb(217, 202, 205)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 71%, 81%);

text

color: hsl(82, 71%, 81%);

border

border: 2px solid hsl(82, 71%, 81%);

gradient light

background: linear-gradient(to right, hsl(82, 71%, 100%), hsl(82, 71%, 81%));

gradient dark

background: linear-gradient(to right, hsl(82, 71%, 81%), hsl(82, 71%, 61%))

hex

background-color: #D8F1AC;

tailwind

bg-[hsl(82,71%,81%)]

box shadow

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

css variable

--color-primary: hsl(82, 71%, 81%);

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, 71%, 81%)?

HEX: #D8F1AC | RGB: rgb(216, 241, 172) | CMYK: 10%, 0%, 29%, 5% | HSV: 82°, 29%, 95%. Copy any format from the conversion table above.

What colors go well with #D8F1AC?

The complementary color is HSL(262, 71%, 81%). 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, 71%, 81%) in CSS?

As HSL: color: hsl(82, 71%, 81%); — As HEX: color: #D8F1AC; — As RGB: color: rgb(216, 241, 172); — Tailwind CSS: bg-[hsl(82,71%,81%)] — CSS variable: --color-primary: hsl(82, 71%, 81%);