HSL(106, 50%, 56%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(106,50%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(106, 50%, 56%) color: hsl(106, 50%, 56%)
HEX #71C757 color: #71C757
RGB rgb(113, 199, 87) color: rgb(113, 199, 87)
CMYK cmyk(43%, 0%, 56%, 22%)
HSV hsv(106, 56%, 78%)
HWB hwb(106 34% 22%) color: hwb(106 34% 22%)
OKLCH oklch(0.7507 0.1706 138.96) color: oklch(0.7507 0.1706 138.96)
Lab lab(72.92 -46.86 47.37) color: lab(72.92 -46.86 47.37)
LCH lch(72.92 66.63 134.69) color: lch(72.92 66.63 134.69)

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

#969772 — rgb(150, 151, 114)

Deuteranopia (Green-blind)

#918B79 — rgb(145, 139, 121)

Tritanopia (Blue-blind)

#75878C — rgb(117, 135, 140)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(106, 50%, 56%);

text

color: hsl(106, 50%, 56%);

border

border: 2px solid hsl(106, 50%, 56%);

gradient light

background: linear-gradient(to right, hsl(106, 50%, 76%), hsl(106, 50%, 56%));

gradient dark

background: linear-gradient(to right, hsl(106, 50%, 56%), hsl(106, 50%, 36%))

hex

background-color: #71C757;

tailwind

bg-[hsl(106,50%,56%)]

box shadow

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

css variable

--color-primary: hsl(106, 50%, 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(106, 50%, 56%)?

HEX: #71C757 | RGB: rgb(113, 199, 87) | CMYK: 43%, 0%, 56%, 22% | HSV: 106°, 56%, 78%. Copy any format from the conversion table above.

What colors go well with #71C757?

The complementary color is HSL(286, 50%, 56%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(106, 50%, 56%) in CSS?

As HSL: color: hsl(106, 50%, 56%); — As HEX: color: #71C757; — As RGB: color: rgb(113, 199, 87); — Tailwind CSS: bg-[hsl(106,50%,56%)] — CSS variable: --color-primary: hsl(106, 50%, 56%);