HSL(71, 19%, 56%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(71,19%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(71, 19%, 56%) color: hsl(71, 19%, 56%)
HEX #9CA479 color: #9CA479
RGB rgb(156, 164, 121) color: rgb(156, 164, 121)
CMYK cmyk(5%, 0%, 26%, 36%)
HSV hsv(71, 26%, 64%)
HWB hwb(71 47% 36%) color: hwb(71 47% 36%)
OKLCH oklch(0.7011 0.0605 116.55) color: oklch(0.7011 0.0605 116.55)
Lab lab(65.75 -10.29 21.43) color: lab(65.75 -10.29 21.43)
LCH lch(65.75 23.77 115.65) color: lch(65.75 23.77 115.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 2.63:1
vs Black 8: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)

#9FA083 — rgb(159, 160, 131)

Deuteranopia (Green-blind)

#9F9E86 — rgb(159, 158, 134)

Tritanopia (Blue-blind)

#9C8C8D — rgb(156, 140, 141)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(71, 19%, 56%);

text

color: hsl(71, 19%, 56%);

border

border: 2px solid hsl(71, 19%, 56%);

gradient light

background: linear-gradient(to right, hsl(71, 19%, 76%), hsl(71, 19%, 56%));

gradient dark

background: linear-gradient(to right, hsl(71, 19%, 56%), hsl(71, 19%, 36%))

hex

background-color: #9CA479;

tailwind

bg-[hsl(71,19%,56%)]

box shadow

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

css variable

--color-primary: hsl(71, 19%, 56%);

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(71, 19%, 56%)?

HEX: #9CA479 | RGB: rgb(156, 164, 121) | CMYK: 5%, 0%, 26%, 36% | HSV: 71°, 26%, 64%. Copy any format from the conversion table above.

What colors go well with #9CA479?

The complementary color is HSL(251, 19%, 56%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(71, 19%, 56%) in CSS?

As HSL: color: hsl(71, 19%, 56%); — As HEX: color: #9CA479; — As RGB: color: rgb(156, 164, 121); — Tailwind CSS: bg-[hsl(71,19%,56%)] — CSS variable: --color-primary: hsl(71, 19%, 56%);