HSL(132, 60%, 80%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(132,60%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(132, 60%, 80%) color: hsl(132, 60%, 80%)
HEX #ADEBBA color: #ADEBBA
RGB rgb(173, 235, 186) color: rgb(173, 235, 186)
CMYK cmyk(26%, 0%, 21%, 8%)
HSV hsv(133, 26%, 92%)
HWB hwb(133 68% 8%) color: hwb(133 68% 8%)
OKLCH oklch(0.8852 0.092 150.62) color: oklch(0.8852 0.092 150.62)
Lab lab(87.89 -29.14 17.59) color: lab(87.89 -29.14 17.59)
LCH lch(87.89 34.04 148.88) color: lch(87.89 34.04 148.88)

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.37:1
vs Black 15.37: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)

#C8C8C6 — rgb(200, 200, 198)

Deuteranopia (Green-blind)

#C4C0C9 — rgb(196, 192, 201)

Tritanopia (Blue-blind)

#B0CFD1 — rgb(176, 207, 209)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(132, 60%, 80%);

text

color: hsl(132, 60%, 80%);

border

border: 2px solid hsl(132, 60%, 80%);

gradient light

background: linear-gradient(to right, hsl(132, 60%, 100%), hsl(132, 60%, 80%));

gradient dark

background: linear-gradient(to right, hsl(132, 60%, 80%), hsl(132, 60%, 60%))

hex

background-color: #ADEBBA;

tailwind

bg-[hsl(132,60%,80%)]

box shadow

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

css variable

--color-primary: hsl(132, 60%, 80%);

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(132, 60%, 80%)?

HEX: #ADEBBA | RGB: rgb(173, 235, 186) | CMYK: 26%, 0%, 21%, 8% | HSV: 133°, 26%, 92%. Copy any format from the conversion table above.

What colors go well with #ADEBBA?

The complementary color is HSL(312, 60%, 80%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(132, 60%, 80%) in CSS?

As HSL: color: hsl(132, 60%, 80%); — As HEX: color: #ADEBBA; — As RGB: color: rgb(173, 235, 186); — Tailwind CSS: bg-[hsl(132,60%,80%)] — CSS variable: --color-primary: hsl(132, 60%, 80%);