HSL(80, 42%, 74%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(80,42%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(80, 42%, 74%) color: hsl(80, 42%, 74%)
HEX #C6D9A1 color: #C6D9A1
RGB rgb(198, 217, 161) color: rgb(198, 217, 161)
CMYK cmyk(9%, 0%, 26%, 15%)
HSV hsv(80, 26%, 85%)
HWB hwb(80 63% 15%) color: hwb(80 63% 15%)
OKLCH oklch(0.857 0.0772 123.24) color: oklch(0.857 0.0772 123.24)
Lab lab(84.07 -15.87 25.54) color: lab(84.07 -15.87 25.54)
LCH lch(84.07 30.07 121.86) color: lch(84.07 30.07 121.86)

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.52:1
vs Black 13.84: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)

#CECEAF — rgb(206, 206, 175)

Deuteranopia (Green-blind)

#CDCCB2 — rgb(205, 204, 178)

Tritanopia (Blue-blind)

#C7B9BC — rgb(199, 185, 188)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(80, 42%, 74%);

text

color: hsl(80, 42%, 74%);

border

border: 2px solid hsl(80, 42%, 74%);

gradient light

background: linear-gradient(to right, hsl(80, 42%, 94%), hsl(80, 42%, 74%));

gradient dark

background: linear-gradient(to right, hsl(80, 42%, 74%), hsl(80, 42%, 54%))

hex

background-color: #C6D9A1;

tailwind

bg-[hsl(80,42%,74%)]

box shadow

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

css variable

--color-primary: hsl(80, 42%, 74%);

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(80, 42%, 74%)?

HEX: #C6D9A1 | RGB: rgb(198, 217, 161) | CMYK: 9%, 0%, 26%, 15% | HSV: 80°, 26%, 85%. Copy any format from the conversion table above.

What colors go well with #C6D9A1?

The complementary color is HSL(260, 42%, 74%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(80, 42%, 74%) in CSS?

As HSL: color: hsl(80, 42%, 74%); — As HEX: color: #C6D9A1; — As RGB: color: rgb(198, 217, 161); — Tailwind CSS: bg-[hsl(80,42%,74%)] — CSS variable: --color-primary: hsl(80, 42%, 74%);