HSL(126, 71%, 81%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(126,71%,81%)]

Color Conversions

Format Value CSS Usage
HSL hsl(126, 71%, 81%) color: hsl(126, 71%, 81%)
HEX #ACF1B3 color: #ACF1B3
RGB rgb(172, 241, 179) color: rgb(172, 241, 179)
CMYK cmyk(29%, 0%, 26%, 5%)
HSV hsv(126, 29%, 95%)
HWB hwb(126 67% 5%) color: hwb(126 67% 5%)
OKLCH oklch(0.8964 0.109 147.16) color: oklch(0.8964 0.109 147.16)
Lab lab(89.36 -33.48 23.23) color: lab(89.36 -33.48 23.23)
LCH lch(89.36 40.75 145.25) color: lch(89.36 40.75 145.25)

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 15.99: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)

#CACAC2 — rgb(202, 202, 194)

Deuteranopia (Green-blind)

#C6C1C6 — rgb(198, 193, 198)

Tritanopia (Blue-blind)

#AFCED0 — rgb(175, 206, 208)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(126, 71%, 81%);

text

color: hsl(126, 71%, 81%);

border

border: 2px solid hsl(126, 71%, 81%);

gradient light

background: linear-gradient(to right, hsl(126, 71%, 100%), hsl(126, 71%, 81%));

gradient dark

background: linear-gradient(to right, hsl(126, 71%, 81%), hsl(126, 71%, 61%))

hex

background-color: #ACF1B3;

tailwind

bg-[hsl(126,71%,81%)]

box shadow

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

css variable

--color-primary: hsl(126, 71%, 81%);

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(126, 71%, 81%)?

HEX: #ACF1B3 | RGB: rgb(172, 241, 179) | CMYK: 29%, 0%, 26%, 5% | HSV: 126°, 29%, 95%. Copy any format from the conversion table above.

What colors go well with #ACF1B3?

The complementary color is HSL(306, 71%, 81%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(126, 71%, 81%) in CSS?

As HSL: color: hsl(126, 71%, 81%); — As HEX: color: #ACF1B3; — As RGB: color: rgb(172, 241, 179); — Tailwind CSS: bg-[hsl(126,71%,81%)] — CSS variable: --color-primary: hsl(126, 71%, 81%);