HSL(93, 65%, 80%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(93,65%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(93, 65%, 80%) color: hsl(93, 65%, 80%)
HEX #C9EDAB color: #C9EDAB
RGB rgb(201, 237, 171) color: rgb(201, 237, 171)
CMYK cmyk(15%, 0%, 28%, 7%)
HSV hsv(93, 28%, 93%)
HWB hwb(93 67% 7%) color: hwb(93 67% 7%)
OKLCH oklch(0.9041 0.0949 131.34) color: oklch(0.9041 0.0949 131.34)
Lab lab(89.82 -23.16 28.23) color: lab(89.82 -23.16 28.23)
LCH lch(89.82 36.51 129.37) color: lch(89.82 36.51 129.37)

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.3:1
vs Black 16.19: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)

#D9D9BB — rgb(217, 217, 187)

Deuteranopia (Green-blind)

#D7D4BF — rgb(215, 212, 191)

Tritanopia (Blue-blind)

#CBC8CA — rgb(203, 200, 202)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(93, 65%, 80%);

text

color: hsl(93, 65%, 80%);

border

border: 2px solid hsl(93, 65%, 80%);

gradient light

background: linear-gradient(to right, hsl(93, 65%, 100%), hsl(93, 65%, 80%));

gradient dark

background: linear-gradient(to right, hsl(93, 65%, 80%), hsl(93, 65%, 60%))

hex

background-color: #C9EDAB;

tailwind

bg-[hsl(93,65%,80%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(93, 65%, 80%, 0.4);

css variable

--color-primary: hsl(93, 65%, 80%);

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(93, 65%, 80%)?

HEX: #C9EDAB | RGB: rgb(201, 237, 171) | CMYK: 15%, 0%, 28%, 7% | HSV: 93°, 28%, 93%. Copy any format from the conversion table above.

What colors go well with #C9EDAB?

The complementary color is HSL(273, 65%, 80%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(93, 65%, 80%) in CSS?

As HSL: color: hsl(93, 65%, 80%); — As HEX: color: #C9EDAB; — As RGB: color: rgb(201, 237, 171); — Tailwind CSS: bg-[hsl(93,65%,80%)] — CSS variable: --color-primary: hsl(93, 65%, 80%);