HSL(91, 63%, 76%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(91,63%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(91, 63%, 76%) color: hsl(91, 63%, 76%)
HEX #C1E89B color: #C1E89B
RGB rgb(193, 232, 155) color: rgb(193, 232, 155)
CMYK cmyk(17%, 0%, 33%, 9%)
HSV hsv(90, 33%, 91%)
HWB hwb(90 61% 9%) color: hwb(90 61% 9%)
OKLCH oklch(0.8847 0.109 130.2) color: oklch(0.8847 0.109 130.2)
Lab lab(87.69 -25.86 33.42) color: lab(87.69 -25.86 33.42)
LCH lch(87.69 42.26 127.73) color: lch(87.69 42.26 127.73)

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.37:1
vs Black 15.28: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)

#D2D2AE — rgb(210, 210, 174)

Deuteranopia (Green-blind)

#D0CDB2 — rgb(208, 205, 178)

Tritanopia (Blue-blind)

#C3BCC0 — rgb(195, 188, 192)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(91, 63%, 76%);

text

color: hsl(91, 63%, 76%);

border

border: 2px solid hsl(91, 63%, 76%);

gradient light

background: linear-gradient(to right, hsl(91, 63%, 96%), hsl(91, 63%, 76%));

gradient dark

background: linear-gradient(to right, hsl(91, 63%, 76%), hsl(91, 63%, 56%))

hex

background-color: #C1E89B;

tailwind

bg-[hsl(91,63%,76%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(91, 63%, 76%, 0.4);

css variable

--color-primary: hsl(91, 63%, 76%);

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(91, 63%, 76%)?

HEX: #C1E89B | RGB: rgb(193, 232, 155) | CMYK: 17%, 0%, 33%, 9% | HSV: 90°, 33%, 91%. Copy any format from the conversion table above.

What colors go well with #C1E89B?

The complementary color is HSL(271, 63%, 76%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(91, 63%, 76%) in CSS?

As HSL: color: hsl(91, 63%, 76%); — As HEX: color: #C1E89B; — As RGB: color: rgb(193, 232, 155); — Tailwind CSS: bg-[hsl(91,63%,76%)] — CSS variable: --color-primary: hsl(91, 63%, 76%);