HSL(85, 43%, 77%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(85,43%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(85, 43%, 77%) color: hsl(85, 43%, 77%)
HEX #C9DEAB color: #C9DEAB
RGB rgb(201, 222, 171) color: rgb(201, 222, 171)
CMYK cmyk(9%, 0%, 23%, 13%)
HSV hsv(85, 23%, 87%)
HWB hwb(85 67% 13%) color: hwb(85 67% 13%)
OKLCH oklch(0.872 0.0716 126.03) color: oklch(0.872 0.0716 126.03)
Lab lab(85.81 -15.8 22.75) color: lab(85.81 -15.8 22.75)
LCH lch(85.81 27.7 124.78) color: lch(85.81 27.7 124.78)

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.45:1
vs Black 14.52: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)

#D2D2B7 — rgb(210, 210, 183)

Deuteranopia (Green-blind)

#D1CFBA — rgb(209, 207, 186)

Tritanopia (Blue-blind)

#CAC1C3 — rgb(202, 193, 195)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(85, 43%, 77%);

text

color: hsl(85, 43%, 77%);

border

border: 2px solid hsl(85, 43%, 77%);

gradient light

background: linear-gradient(to right, hsl(85, 43%, 97%), hsl(85, 43%, 77%));

gradient dark

background: linear-gradient(to right, hsl(85, 43%, 77%), hsl(85, 43%, 57%))

hex

background-color: #C9DEAB;

tailwind

bg-[hsl(85,43%,77%)]

box shadow

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

css variable

--color-primary: hsl(85, 43%, 77%);

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(85, 43%, 77%)?

HEX: #C9DEAB | RGB: rgb(201, 222, 171) | CMYK: 9%, 0%, 23%, 13% | HSV: 85°, 23%, 87%. Copy any format from the conversion table above.

What colors go well with #C9DEAB?

The complementary color is HSL(265, 43%, 77%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(85, 43%, 77%) in CSS?

As HSL: color: hsl(85, 43%, 77%); — As HEX: color: #C9DEAB; — As RGB: color: rgb(201, 222, 171); — Tailwind CSS: bg-[hsl(85,43%,77%)] — CSS variable: --color-primary: hsl(85, 43%, 77%);