HSL(82, 84%, 83%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(82, 84%, 83%) color: hsl(82, 84%, 83%)
HEX #DDF8AF color: #DDF8AF
RGB rgb(221, 248, 175) color: rgb(221, 248, 175)
CMYK cmyk(11%, 0%, 29%, 3%)
HSV hsv(82, 29%, 97%)
HWB hwb(82 69% 3%) color: hwb(82 69% 3%)
OKLCH oklch(0.9421 0.0984 124.74) color: oklch(0.9421 0.0984 124.74)
Lab lab(94.14 -20.81 32.25) color: lab(94.14 -20.81 32.25)
LCH lch(94.14 38.38 122.83) color: lch(94.14 38.38 122.83)

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.16:1
vs Black 18.12: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)

#E9E9C1 — rgb(233, 233, 193)

Deuteranopia (Green-blind)

#E7E5C5 — rgb(231, 229, 197)

Tritanopia (Blue-blind)

#DECFD2 — rgb(222, 207, 210)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(82, 84%, 83%), hsl(82, 84%, 63%))

hex

background-color: #DDF8AF;

tailwind

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

box shadow

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

css variable

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

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, 84%, 83%)?

HEX: #DDF8AF | RGB: rgb(221, 248, 175) | CMYK: 11%, 0%, 29%, 3% | HSV: 82°, 29%, 97%. Copy any format from the conversion table above.

What colors go well with #DDF8AF?

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

As HSL: color: hsl(82, 84%, 83%); — As HEX: color: #DDF8AF; — As RGB: color: rgb(221, 248, 175); — Tailwind CSS: bg-[hsl(82,84%,83%)] — CSS variable: --color-primary: hsl(82, 84%, 83%);