HSL(136, 32%, 75%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(136,32%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(136, 32%, 75%) color: hsl(136, 32%, 75%)
HEX #ABD4B6 color: #ABD4B6
RGB rgb(171, 212, 182) color: rgb(171, 212, 182)
CMYK cmyk(19%, 0%, 14%, 17%)
HSV hsv(136, 19%, 83%)
HWB hwb(136 67% 17%) color: hwb(136 67% 17%)
OKLCH oklch(0.8323 0.06 153.24) color: oklch(0.8323 0.06 153.24)
Lab lab(81.36 -19.33 10.44) color: lab(81.36 -19.33 10.44)
LCH lch(81.36 21.97 151.63) color: lch(81.36 21.97 151.63)

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.64:1
vs Black 12.82: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)

#BDBDBD — rgb(189, 189, 189)

Deuteranopia (Green-blind)

#BAB7BF — rgb(186, 183, 191)

Tritanopia (Blue-blind)

#ADC3C4 — rgb(173, 195, 196)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(136, 32%, 75%);

text

color: hsl(136, 32%, 75%);

border

border: 2px solid hsl(136, 32%, 75%);

gradient light

background: linear-gradient(to right, hsl(136, 32%, 95%), hsl(136, 32%, 75%));

gradient dark

background: linear-gradient(to right, hsl(136, 32%, 75%), hsl(136, 32%, 55%))

hex

background-color: #ABD4B6;

tailwind

bg-[hsl(136,32%,75%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(136, 32%, 75%, 0.4);

css variable

--color-primary: hsl(136, 32%, 75%);

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(136, 32%, 75%)?

HEX: #ABD4B6 | RGB: rgb(171, 212, 182) | CMYK: 19%, 0%, 14%, 17% | HSV: 136°, 19%, 83%. Copy any format from the conversion table above.

What colors go well with #ABD4B6?

The complementary color is HSL(316, 32%, 75%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(136, 32%, 75%) in CSS?

As HSL: color: hsl(136, 32%, 75%); — As HEX: color: #ABD4B6; — As RGB: color: rgb(171, 212, 182); — Tailwind CSS: bg-[hsl(136,32%,75%)] — CSS variable: --color-primary: hsl(136, 32%, 75%);