HSL(86, 59%, 59%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(86,59%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(86, 59%, 59%) color: hsl(86, 59%, 59%)
HEX #9FD459 color: #9FD459
RGB rgb(159, 212, 89) color: rgb(159, 212, 89)
CMYK cmyk(25%, 0%, 58%, 17%)
HSV hsv(86, 58%, 83%)
HWB hwb(86 35% 17%) color: hwb(86 35% 17%)
OKLCH oklch(0.8077 0.163 129.06) color: oklch(0.8077 0.163 129.06)
Lab lab(79.14 -36.52 54.25) color: lab(79.14 -36.52 54.25)
LCH lch(79.14 65.4 123.95) color: lch(79.14 65.4 123.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 1.74:1
vs Black 12.04: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)

#B6B677 — rgb(182, 182, 119)

Deuteranopia (Green-blind)

#B3AF7E — rgb(179, 175, 126)

Tritanopia (Blue-blind)

#A28E93 — rgb(162, 142, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(86, 59%, 59%);

text

color: hsl(86, 59%, 59%);

border

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

gradient light

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

gradient dark

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

hex

background-color: #9FD459;

tailwind

bg-[hsl(86,59%,59%)]

box shadow

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

css variable

--color-primary: hsl(86, 59%, 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(86, 59%, 59%)?

HEX: #9FD459 | RGB: rgb(159, 212, 89) | CMYK: 25%, 0%, 58%, 17% | HSV: 86°, 58%, 83%. Copy any format from the conversion table above.

What colors go well with #9FD459?

The complementary color is HSL(266, 59%, 59%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(86, 59%, 59%); — As HEX: color: #9FD459; — As RGB: color: rgb(159, 212, 89); — Tailwind CSS: bg-[hsl(86,59%,59%)] — CSS variable: --color-primary: hsl(86, 59%, 59%);