HSL(82, 34%, 81%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(82, 34%, 81%) color: hsl(82, 34%, 81%)
HEX #D3DFBE color: #D3DFBE
RGB rgb(211, 223, 190) color: rgb(211, 223, 190)
CMYK cmyk(5%, 0%, 15%, 13%)
HSV hsv(82, 15%, 87%)
HWB hwb(82 74% 13%) color: hwb(82 74% 13%)
OKLCH oklch(0.8858 0.046 123.61) color: oklch(0.8858 0.046 123.61)
Lab lab(87.16 -9.78 14.83) color: lab(87.16 -9.78 14.83)
LCH lch(87.16 17.76 123.4) color: lch(87.16 17.76 123.4)

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.39:1
vs Black 15.07: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)

#D8D8C6 — rgb(216, 216, 198)

Deuteranopia (Green-blind)

#D8D7C8 — rgb(216, 215, 200)

Tritanopia (Blue-blind)

#D4CCCE — rgb(212, 204, 206)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #D3DFBE;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(82, 34%, 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, 34%, 81%)?

HEX: #D3DFBE | RGB: rgb(211, 223, 190) | CMYK: 5%, 0%, 15%, 13% | HSV: 82°, 15%, 87%. Copy any format from the conversion table above.

What colors go well with #D3DFBE?

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

As HSL: color: hsl(82, 34%, 81%); — As HEX: color: #D3DFBE; — As RGB: color: rgb(211, 223, 190); — Tailwind CSS: bg-[hsl(82,34%,81%)] — CSS variable: --color-primary: hsl(82, 34%, 81%);