HSL(142, 39%, 54%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(142,39%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 39%, 54%) color: hsl(142, 39%, 54%)
HEX #5CB77E color: #5CB77E
RGB rgb(92, 183, 126) color: rgb(92, 183, 126)
CMYK cmyk(50%, 0%, 31%, 28%)
HSV hsv(142, 50%, 72%)
HWB hwb(142 36% 28%) color: hwb(142 36% 28%)
OKLCH oklch(0.708 0.1217 154.32) color: oklch(0.708 0.1217 154.32)
Lab lab(67.76 -40.2 20.85) color: lab(67.76 -40.2 20.85)
LCH lch(67.76 45.29 152.59) color: lch(67.76 45.29 152.59)

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

#83848C — rgb(131, 132, 140)

Deuteranopia (Green-blind)

#7E778F — rgb(126, 119, 143)

Tritanopia (Blue-blind)

#619799 — rgb(97, 151, 153)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 39%, 54%);

text

color: hsl(142, 39%, 54%);

border

border: 2px solid hsl(142, 39%, 54%);

gradient light

background: linear-gradient(to right, hsl(142, 39%, 74%), hsl(142, 39%, 54%));

gradient dark

background: linear-gradient(to right, hsl(142, 39%, 54%), hsl(142, 39%, 34%))

hex

background-color: #5CB77E;

tailwind

bg-[hsl(142,39%,54%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(142, 39%, 54%, 0.4);

css variable

--color-primary: hsl(142, 39%, 54%);

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(142, 39%, 54%)?

HEX: #5CB77E | RGB: rgb(92, 183, 126) | CMYK: 50%, 0%, 31%, 28% | HSV: 142°, 50%, 72%. Copy any format from the conversion table above.

What colors go well with #5CB77E?

The complementary color is HSL(322, 39%, 54%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 39%, 54%) in CSS?

As HSL: color: hsl(142, 39%, 54%); — As HEX: color: #5CB77E; — As RGB: color: rgb(92, 183, 126); — Tailwind CSS: bg-[hsl(142,39%,54%)] — CSS variable: --color-primary: hsl(142, 39%, 54%);