HSL(109, 52%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(109,52%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(109, 52%, 71%) color: hsl(109, 52%, 71%)
HEX #9DDC8F color: #9DDC8F
RGB rgb(157, 220, 143) color: rgb(157, 220, 143)
CMYK cmyk(29%, 0%, 35%, 14%)
HSV hsv(109, 35%, 86%)
HWB hwb(109 56% 14%) color: hwb(109 56% 14%)
OKLCH oklch(0.833 0.1225 139.95) color: oklch(0.833 0.1225 139.95)
Lab lab(82.02 -34.39 31.63) color: lab(82.02 -34.39 31.63)
LCH lch(82.02 46.72 137.39) color: lch(82.02 46.72 137.39)

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.61:1
vs Black 13.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)

#B8B9A2 — rgb(184, 185, 162)

Deuteranopia (Green-blind)

#B5B0A6 — rgb(181, 176, 166)

Tritanopia (Blue-blind)

#A0B0B4 — rgb(160, 176, 180)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(109, 52%, 71%);

text

color: hsl(109, 52%, 71%);

border

border: 2px solid hsl(109, 52%, 71%);

gradient light

background: linear-gradient(to right, hsl(109, 52%, 91%), hsl(109, 52%, 71%));

gradient dark

background: linear-gradient(to right, hsl(109, 52%, 71%), hsl(109, 52%, 51%))

hex

background-color: #9DDC8F;

tailwind

bg-[hsl(109,52%,71%)]

box shadow

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

css variable

--color-primary: hsl(109, 52%, 71%);

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(109, 52%, 71%)?

HEX: #9DDC8F | RGB: rgb(157, 220, 143) | CMYK: 29%, 0%, 35%, 14% | HSV: 109°, 35%, 86%. Copy any format from the conversion table above.

What colors go well with #9DDC8F?

The complementary color is HSL(289, 52%, 71%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(109, 52%, 71%) in CSS?

As HSL: color: hsl(109, 52%, 71%); — As HEX: color: #9DDC8F; — As RGB: color: rgb(157, 220, 143); — Tailwind CSS: bg-[hsl(109,52%,71%)] — CSS variable: --color-primary: hsl(109, 52%, 71%);