HSL(81, 56%, 74%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(81,56%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(81, 56%, 74%) color: hsl(81, 56%, 74%)
HEX #C8E298 color: #C8E298
RGB rgb(200, 226, 152) color: rgb(200, 226, 152)
CMYK cmyk(12%, 0%, 33%, 11%)
HSV hsv(81, 33%, 89%)
HWB hwb(81 60% 11%) color: hwb(81 60% 11%)
OKLCH oklch(0.876 0.1006 124.18) color: oklch(0.876 0.1006 124.18)
Lab lab(86.47 -20.83 33.42) color: lab(86.47 -20.83 33.42)
LCH lch(86.47 39.38 121.93) color: lch(86.47 39.38 121.93)

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.42:1
vs Black 14.79: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)

#D3D3AA — rgb(211, 211, 170)

Deuteranopia (Green-blind)

#D2D0AE — rgb(210, 208, 174)

Tritanopia (Blue-blind)

#C9B8BB — rgb(201, 184, 187)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(81, 56%, 74%);

text

color: hsl(81, 56%, 74%);

border

border: 2px solid hsl(81, 56%, 74%);

gradient light

background: linear-gradient(to right, hsl(81, 56%, 94%), hsl(81, 56%, 74%));

gradient dark

background: linear-gradient(to right, hsl(81, 56%, 74%), hsl(81, 56%, 54%))

hex

background-color: #C8E298;

tailwind

bg-[hsl(81,56%,74%)]

box shadow

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

css variable

--color-primary: hsl(81, 56%, 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(81, 56%, 74%)?

HEX: #C8E298 | RGB: rgb(200, 226, 152) | CMYK: 12%, 0%, 33%, 11% | HSV: 81°, 33%, 89%. Copy any format from the conversion table above.

What colors go well with #C8E298?

The complementary color is HSL(261, 56%, 74%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(81, 56%, 74%) in CSS?

As HSL: color: hsl(81, 56%, 74%); — As HEX: color: #C8E298; — As RGB: color: rgb(200, 226, 152); — Tailwind CSS: bg-[hsl(81,56%,74%)] — CSS variable: --color-primary: hsl(81, 56%, 74%);