HSL(121, 19%, 43%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(121,19%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(121, 19%, 43%) color: hsl(121, 19%, 43%)
HEX #59825A color: #59825A
RGB rgb(89, 130, 90) color: rgb(89, 130, 90)
CMYK cmyk(32%, 0%, 31%, 49%)
HSV hsv(121, 32%, 51%)
HWB hwb(121 35% 49%) color: hwb(121 35% 49%)
OKLCH oklch(0.5651 0.076 145.06) color: oklch(0.5651 0.076 145.06)
Lab lab(50.48 -22.84 17.24) color: lab(50.48 -22.84 17.24)
LCH lch(50.48 28.62 142.95) color: lch(50.48 28.62 142.95)

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 4.41:1
vs Black 4.77:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#6B6B64 — rgb(107, 107, 100)

Deuteranopia (Green-blind)

#686566 — rgb(104, 101, 102)

Tritanopia (Blue-blind)

#5B6B6D — rgb(91, 107, 109)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(121, 19%, 43%);

text

color: hsl(121, 19%, 43%);

border

border: 2px solid hsl(121, 19%, 43%);

gradient light

background: linear-gradient(to right, hsl(121, 19%, 63%), hsl(121, 19%, 43%));

gradient dark

background: linear-gradient(to right, hsl(121, 19%, 43%), hsl(121, 19%, 23%))

hex

background-color: #59825A;

tailwind

bg-[hsl(121,19%,43%)]

box shadow

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

css variable

--color-primary: hsl(121, 19%, 43%);

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(121, 19%, 43%)?

HEX: #59825A | RGB: rgb(89, 130, 90) | CMYK: 32%, 0%, 31%, 49% | HSV: 121°, 32%, 51%. Copy any format from the conversion table above.

What colors go well with #59825A?

The complementary color is HSL(301, 19%, 43%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(121, 19%, 43%) in CSS?

As HSL: color: hsl(121, 19%, 43%); — As HEX: color: #59825A; — As RGB: color: rgb(89, 130, 90); — Tailwind CSS: bg-[hsl(121,19%,43%)] — CSS variable: --color-primary: hsl(121, 19%, 43%);