HSL(81, 89%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(81,89%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(81, 89%, 71%) color: hsl(81, 89%, 71%)
HEX #C9F773 color: #C9F773
RGB rgb(201, 247, 115) color: rgb(201, 247, 115)
CMYK cmyk(19%, 0%, 53%, 3%)
HSV hsv(81, 53%, 97%)
HWB hwb(81 46% 3%) color: hwb(81 46% 3%)
OKLCH oklch(0.9171 0.1674 125.54) color: oklch(0.9171 0.1674 125.54)
Lab lab(91.76 -34.53 57.85) color: lab(91.76 -34.53 57.85)
LCH lch(91.76 67.37 120.83) color: lch(91.76 67.37 120.83)

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.23:1
vs Black 17.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)

#DDDD93 — rgb(221, 221, 147)

Deuteranopia (Green-blind)

#DAD79B — rgb(218, 215, 155)

Tritanopia (Blue-blind)

#CBACB2 — rgb(203, 172, 178)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(81, 89%, 71%);

text

color: hsl(81, 89%, 71%);

border

border: 2px solid hsl(81, 89%, 71%);

gradient light

background: linear-gradient(to right, hsl(81, 89%, 91%), hsl(81, 89%, 71%));

gradient dark

background: linear-gradient(to right, hsl(81, 89%, 71%), hsl(81, 89%, 51%))

hex

background-color: #C9F773;

tailwind

bg-[hsl(81,89%,71%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(81, 89%, 71%, 0.4);

css variable

--color-primary: hsl(81, 89%, 71%);

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(81, 89%, 71%)?

HEX: #C9F773 | RGB: rgb(201, 247, 115) | CMYK: 19%, 0%, 53%, 3% | HSV: 81°, 53%, 97%. Copy any format from the conversion table above.

What colors go well with #C9F773?

The complementary color is HSL(261, 89%, 71%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(81, 89%, 71%) in CSS?

As HSL: color: hsl(81, 89%, 71%); — As HEX: color: #C9F773; — As RGB: color: rgb(201, 247, 115); — Tailwind CSS: bg-[hsl(81,89%,71%)] — CSS variable: --color-primary: hsl(81, 89%, 71%);