HSL(142, 12%, 71%)

Grayish Green — Green color

Adjust Color

Color Information

Color Name

Grayish Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(142,12%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 12%, 71%) color: hsl(142, 12%, 71%)
HEX #ACBEB3 color: #ACBEB3
RGB rgb(172, 190, 179) color: rgb(172, 190, 179)
CMYK cmyk(9%, 0%, 6%, 25%)
HSV hsv(143, 9%, 75%)
HWB hwb(143 68% 25%) color: hwb(143 68% 25%)
OKLCH oklch(0.7845 0.0251 158.98) color: oklch(0.7845 0.0251 158.98)
Lab lab(75.36 -8.29 3.45) color: lab(75.36 -8.29 3.45)
LCH lch(75.36 8.98 157.4) color: lch(75.36 8.98 157.4)

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.95:1
vs Black 10.77: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)

#B4B4B6 — rgb(180, 180, 182)

Deuteranopia (Green-blind)

#B3B1B6 — rgb(179, 177, 182)

Tritanopia (Blue-blind)

#ADB8B8 — rgb(173, 184, 184)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 12%, 71%);

text

color: hsl(142, 12%, 71%);

border

border: 2px solid hsl(142, 12%, 71%);

gradient light

background: linear-gradient(to right, hsl(142, 12%, 91%), hsl(142, 12%, 71%));

gradient dark

background: linear-gradient(to right, hsl(142, 12%, 71%), hsl(142, 12%, 51%))

hex

background-color: #ACBEB3;

tailwind

bg-[hsl(142,12%,71%)]

box shadow

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

css variable

--color-primary: hsl(142, 12%, 71%);

Related Colors

Use Cases for Grayish Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(142, 12%, 71%)?

HEX: #ACBEB3 | RGB: rgb(172, 190, 179) | CMYK: 9%, 0%, 6%, 25% | HSV: 143°, 9%, 75%. Copy any format from the conversion table above.

What colors go well with #ACBEB3?

The complementary color is HSL(322, 12%, 71%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 12%, 71%) in CSS?

As HSL: color: hsl(142, 12%, 71%); — As HEX: color: #ACBEB3; — As RGB: color: rgb(172, 190, 179); — Tailwind CSS: bg-[hsl(142,12%,71%)] — CSS variable: --color-primary: hsl(142, 12%, 71%);