HSL(72, 10%, 57%)

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(72,10%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(72, 10%, 57%) color: hsl(72, 10%, 57%)
HEX #989C86 color: #989C86
RGB rgb(152, 156, 134) color: rgb(152, 156, 134)
CMYK cmyk(3%, 0%, 14%, 39%)
HSV hsv(71, 14%, 61%)
HWB hwb(71 52% 39%) color: hwb(71 52% 39%)
OKLCH oklch(0.6833 0.0317 115.61) color: oklch(0.6833 0.0317 115.61)
Lab lab(63.49 -5.47 11.05) color: lab(63.49 -5.47 11.05)
LCH lch(63.49 12.33 116.34) color: lch(63.49 12.33 116.34)

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 2.82:1
vs Black 7.43: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)

#9A9A8B — rgb(154, 154, 139)

Deuteranopia (Green-blind)

#9A998D — rgb(154, 153, 141)

Tritanopia (Blue-blind)

#989090 — rgb(152, 144, 144)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(72, 10%, 57%);

text

color: hsl(72, 10%, 57%);

border

border: 2px solid hsl(72, 10%, 57%);

gradient light

background: linear-gradient(to right, hsl(72, 10%, 77%), hsl(72, 10%, 57%));

gradient dark

background: linear-gradient(to right, hsl(72, 10%, 57%), hsl(72, 10%, 37%))

hex

background-color: #989C86;

tailwind

bg-[hsl(72,10%,57%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(72, 10%, 57%, 0.4);

css variable

--color-primary: hsl(72, 10%, 57%);

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(72, 10%, 57%)?

HEX: #989C86 | RGB: rgb(152, 156, 134) | CMYK: 3%, 0%, 14%, 39% | HSV: 71°, 14%, 61%. Copy any format from the conversion table above.

What colors go well with #989C86?

The complementary color is HSL(252, 10%, 57%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(72, 10%, 57%) in CSS?

As HSL: color: hsl(72, 10%, 57%); — As HEX: color: #989C86; — As RGB: color: rgb(152, 156, 134); — Tailwind CSS: bg-[hsl(72,10%,57%)] — CSS variable: --color-primary: hsl(72, 10%, 57%);