HSL(86, 60%, 59%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(86, 60%, 59%) color: hsl(86, 60%, 59%)
HEX #9FD558 color: #9FD558
RGB rgb(159, 213, 88) color: rgb(159, 213, 88)
CMYK cmyk(25%, 0%, 59%, 16%)
HSV hsv(86, 59%, 84%)
HWB hwb(86 34% 16%) color: hwb(86 34% 16%)
OKLCH oklch(0.8099 0.1651 129.15) color: oklch(0.8099 0.1651 129.15)
Lab lab(79.42 -37.06 55.01) color: lab(79.42 -37.06 55.01)
LCH lch(79.42 66.33 123.97) color: lch(79.42 66.33 123.97)

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.73:1
vs Black 12.13: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)

#B6B776 — rgb(182, 183, 118)

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, 60%, 59%);

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #9FD558;

tailwind

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

box shadow

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

css variable

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

HEX: #9FD558 | RGB: rgb(159, 213, 88) | CMYK: 25%, 0%, 59%, 16% | HSV: 86°, 59%, 84%. Copy any format from the conversion table above.

What colors go well with #9FD558?

The complementary color is HSL(266, 60%, 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, 60%, 59%) in CSS?

As HSL: color: hsl(86, 60%, 59%); — As HEX: color: #9FD558; — As RGB: color: rgb(159, 213, 88); — Tailwind CSS: bg-[hsl(86,60%,59%)] — CSS variable: --color-primary: hsl(86, 60%, 59%);