HSL(142, 42%, 85%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(142,42%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 42%, 85%) color: hsl(142, 42%, 85%)
HEX #C9E9D4 color: #C9E9D4
RGB rgb(201, 233, 212) color: rgb(201, 233, 212)
CMYK cmyk(14%, 0%, 9%, 9%)
HSV hsv(141, 14%, 91%)
HWB hwb(141 78% 9%) color: hwb(141 78% 9%)
OKLCH oklch(0.9051 0.044 156.66) color: oklch(0.9051 0.044 156.66)
Lab lab(89.6 -14.42 6.7) color: lab(89.6 -14.42 6.7)
LCH lch(89.6 15.9 155.08) color: lch(89.6 15.9 155.08)

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.31:1
vs Black 16.09: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)

#D7D7D9 — rgb(215, 215, 217)

Deuteranopia (Green-blind)

#D5D3DA — rgb(213, 211, 218)

Tritanopia (Blue-blind)

#CBDDDE — rgb(203, 221, 222)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 42%, 85%);

text

color: hsl(142, 42%, 85%);

border

border: 2px solid hsl(142, 42%, 85%);

gradient light

background: linear-gradient(to right, hsl(142, 42%, 100%), hsl(142, 42%, 85%));

gradient dark

background: linear-gradient(to right, hsl(142, 42%, 85%), hsl(142, 42%, 65%))

hex

background-color: #C9E9D4;

tailwind

bg-[hsl(142,42%,85%)]

box shadow

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

css variable

--color-primary: hsl(142, 42%, 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(142, 42%, 85%)?

HEX: #C9E9D4 | RGB: rgb(201, 233, 212) | CMYK: 14%, 0%, 9%, 9% | HSV: 141°, 14%, 91%. Copy any format from the conversion table above.

What colors go well with #C9E9D4?

The complementary color is HSL(322, 42%, 85%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 42%, 85%) in CSS?

As HSL: color: hsl(142, 42%, 85%); — As HEX: color: #C9E9D4; — As RGB: color: rgb(201, 233, 212); — Tailwind CSS: bg-[hsl(142,42%,85%)] — CSS variable: --color-primary: hsl(142, 42%, 85%);