HSL(147, 50%, 59%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,50%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 50%, 59%) color: hsl(147, 50%, 59%)
HEX #62CB91 color: #62CB91
RGB rgb(98, 203, 145) color: rgb(98, 203, 145)
CMYK cmyk(52%, 0%, 29%, 20%)
HSV hsv(147, 52%, 80%)
HWB hwb(147 38% 20%) color: hwb(147 38% 20%)
OKLCH oklch(0.7641 0.1298 157.12) color: oklch(0.7641 0.1298 157.12)
Lab lab(74.41 -43.69 19.85) color: lab(74.41 -43.69 19.85)
LCH lch(74.41 47.99 155.57) color: lch(74.41 47.99 155.57)

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

#8F909F — rgb(143, 144, 159)

Deuteranopia (Green-blind)

#8982A2 — rgb(137, 130, 162)

Tritanopia (Blue-blind)

#67AAAD — rgb(103, 170, 173)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 50%, 59%);

text

color: hsl(147, 50%, 59%);

border

border: 2px solid hsl(147, 50%, 59%);

gradient light

background: linear-gradient(to right, hsl(147, 50%, 79%), hsl(147, 50%, 59%));

gradient dark

background: linear-gradient(to right, hsl(147, 50%, 59%), hsl(147, 50%, 39%))

hex

background-color: #62CB91;

tailwind

bg-[hsl(147,50%,59%)]

box shadow

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

css variable

--color-primary: hsl(147, 50%, 59%);

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(147, 50%, 59%)?

HEX: #62CB91 | RGB: rgb(98, 203, 145) | CMYK: 52%, 0%, 29%, 20% | HSV: 147°, 52%, 80%. Copy any format from the conversion table above.

What colors go well with #62CB91?

The complementary color is HSL(327, 50%, 59%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 50%, 59%) in CSS?

As HSL: color: hsl(147, 50%, 59%); — As HEX: color: #62CB91; — As RGB: color: rgb(98, 203, 145); — Tailwind CSS: bg-[hsl(147,50%,59%)] — CSS variable: --color-primary: hsl(147, 50%, 59%);