HSL(109, 43%, 68%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(109,43%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(109, 43%, 68%) color: hsl(109, 43%, 68%)
HEX #97D08A color: #97D08A
RGB rgb(151, 208, 138) color: rgb(151, 208, 138)
CMYK cmyk(27%, 0%, 34%, 18%)
HSV hsv(109, 34%, 82%)
HWB hwb(109 54% 18%) color: hwb(109 54% 18%)
OKLCH oklch(0.8008 0.1126 139.85) color: oklch(0.8008 0.1126 139.85)
Lab lab(78.18 -31.57 29.04) color: lab(78.18 -31.57 29.04)
LCH lch(78.18 42.9 137.39) color: lch(78.18 42.9 137.39)

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.79:1
vs Black 11.71: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)

#B0B09B — rgb(176, 176, 155)

Deuteranopia (Green-blind)

#ACA89F — rgb(172, 168, 159)

Tritanopia (Blue-blind)

#9AA8AB — rgb(154, 168, 171)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(109, 43%, 68%);

text

color: hsl(109, 43%, 68%);

border

border: 2px solid hsl(109, 43%, 68%);

gradient light

background: linear-gradient(to right, hsl(109, 43%, 88%), hsl(109, 43%, 68%));

gradient dark

background: linear-gradient(to right, hsl(109, 43%, 68%), hsl(109, 43%, 48%))

hex

background-color: #97D08A;

tailwind

bg-[hsl(109,43%,68%)]

box shadow

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

css variable

--color-primary: hsl(109, 43%, 68%);

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(109, 43%, 68%)?

HEX: #97D08A | RGB: rgb(151, 208, 138) | CMYK: 27%, 0%, 34%, 18% | HSV: 109°, 34%, 82%. Copy any format from the conversion table above.

What colors go well with #97D08A?

The complementary color is HSL(289, 43%, 68%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(109, 43%, 68%) in CSS?

As HSL: color: hsl(109, 43%, 68%); — As HEX: color: #97D08A; — As RGB: color: rgb(151, 208, 138); — Tailwind CSS: bg-[hsl(109,43%,68%)] — CSS variable: --color-primary: hsl(109, 43%, 68%);