HSL(97, 42%, 60%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(97,42%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(97, 42%, 60%) color: hsl(97, 42%, 60%)
HEX #8FC46E color: #8FC46E
RGB rgb(143, 196, 110) color: rgb(143, 196, 110)
CMYK cmyk(27%, 0%, 44%, 23%)
HSV hsv(97, 44%, 77%)
HWB hwb(97 43% 23%) color: hwb(97 43% 23%)
OKLCH oklch(0.7631 0.1284 134.39) color: oklch(0.7631 0.1284 134.39)
Lab lab(73.83 -32.69 37.65) color: lab(73.83 -32.69 37.65)
LCH lch(73.83 49.86 130.97) color: lch(73.83 49.86 130.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 2.04:1
vs Black 10.29: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)

#A6A683 — rgb(166, 166, 131)

Deuteranopia (Green-blind)

#A39F88 — rgb(163, 159, 136)

Tritanopia (Blue-blind)

#929397 — rgb(146, 147, 151)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(97, 42%, 60%);

text

color: hsl(97, 42%, 60%);

border

border: 2px solid hsl(97, 42%, 60%);

gradient light

background: linear-gradient(to right, hsl(97, 42%, 80%), hsl(97, 42%, 60%));

gradient dark

background: linear-gradient(to right, hsl(97, 42%, 60%), hsl(97, 42%, 40%))

hex

background-color: #8FC46E;

tailwind

bg-[hsl(97,42%,60%)]

box shadow

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

css variable

--color-primary: hsl(97, 42%, 60%);

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(97, 42%, 60%)?

HEX: #8FC46E | RGB: rgb(143, 196, 110) | CMYK: 27%, 0%, 44%, 23% | HSV: 97°, 44%, 77%. Copy any format from the conversion table above.

What colors go well with #8FC46E?

The complementary color is HSL(277, 42%, 60%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(97, 42%, 60%) in CSS?

As HSL: color: hsl(97, 42%, 60%); — As HEX: color: #8FC46E; — As RGB: color: rgb(143, 196, 110); — Tailwind CSS: bg-[hsl(97,42%,60%)] — CSS variable: --color-primary: hsl(97, 42%, 60%);