HSL(131, 55%, 44%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(131,55%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(131, 55%, 44%) color: hsl(131, 55%, 44%)
HEX #32AE49 color: #32AE49
RGB rgb(50, 174, 73) color: rgb(50, 174, 73)
CMYK cmyk(71%, 0%, 58%, 32%)
HSV hsv(131, 71%, 68%)
HWB hwb(131 20% 32%) color: hwb(131 20% 32%)
OKLCH oklch(0.6617 0.1774 146.21) color: oklch(0.6617 0.1774 146.21)
Lab lab(62.87 -54.68 41.61) color: lab(62.87 -54.68 41.61)
LCH lch(62.87 68.71 142.73) color: lch(62.87 68.71 142.73)

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

#686961 — rgb(104, 105, 97)

Deuteranopia (Green-blind)

#615767 — rgb(97, 87, 103)

Tritanopia (Blue-blind)

#387579 — rgb(56, 117, 121)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(131, 55%, 44%);

text

color: hsl(131, 55%, 44%);

border

border: 2px solid hsl(131, 55%, 44%);

gradient light

background: linear-gradient(to right, hsl(131, 55%, 64%), hsl(131, 55%, 44%));

gradient dark

background: linear-gradient(to right, hsl(131, 55%, 44%), hsl(131, 55%, 24%))

hex

background-color: #32AE49;

tailwind

bg-[hsl(131,55%,44%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(131, 55%, 44%, 0.4);

css variable

--color-primary: hsl(131, 55%, 44%);

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(131, 55%, 44%)?

HEX: #32AE49 | RGB: rgb(50, 174, 73) | CMYK: 71%, 0%, 58%, 32% | HSV: 131°, 71%, 68%. Copy any format from the conversion table above.

What colors go well with #32AE49?

The complementary color is HSL(311, 55%, 44%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(131, 55%, 44%) in CSS?

As HSL: color: hsl(131, 55%, 44%); — As HEX: color: #32AE49; — As RGB: color: rgb(50, 174, 73); — Tailwind CSS: bg-[hsl(131,55%,44%)] — CSS variable: --color-primary: hsl(131, 55%, 44%);