HSL(129, 52%, 85%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(129,52%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(129, 52%, 85%) color: hsl(129, 52%, 85%)
HEX #C5EDCB color: #C5EDCB
RGB rgb(197, 237, 203) color: rgb(197, 237, 203)
CMYK cmyk(17%, 0%, 14%, 7%)
HSV hsv(129, 17%, 93%)
HWB hwb(129 77% 7%) color: hwb(129 77% 7%)
OKLCH oklch(0.9085 0.062 149.32) color: oklch(0.9085 0.062 149.32)
Lab lab(90.21 -19.34 12.22) color: lab(90.21 -19.34 12.22)
LCH lch(90.21 22.88 147.71) color: lch(90.21 22.88 147.71)

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.28:1
vs Black 16.35: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)

#D6D7D3 — rgb(214, 215, 211)

Deuteranopia (Green-blind)

#D4D1D5 — rgb(212, 209, 213)

Tritanopia (Blue-blind)

#C7DADB — rgb(199, 218, 219)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(129, 52%, 85%);

text

color: hsl(129, 52%, 85%);

border

border: 2px solid hsl(129, 52%, 85%);

gradient light

background: linear-gradient(to right, hsl(129, 52%, 100%), hsl(129, 52%, 85%));

gradient dark

background: linear-gradient(to right, hsl(129, 52%, 85%), hsl(129, 52%, 65%))

hex

background-color: #C5EDCB;

tailwind

bg-[hsl(129,52%,85%)]

box shadow

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

css variable

--color-primary: hsl(129, 52%, 85%);

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(129, 52%, 85%)?

HEX: #C5EDCB | RGB: rgb(197, 237, 203) | CMYK: 17%, 0%, 14%, 7% | HSV: 129°, 17%, 93%. Copy any format from the conversion table above.

What colors go well with #C5EDCB?

The complementary color is HSL(309, 52%, 85%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(129, 52%, 85%) in CSS?

As HSL: color: hsl(129, 52%, 85%); — As HEX: color: #C5EDCB; — As RGB: color: rgb(197, 237, 203); — Tailwind CSS: bg-[hsl(129,52%,85%)] — CSS variable: --color-primary: hsl(129, 52%, 85%);