HSL(89, 9%, 54%)

Grayish Gray — Gray color

Adjust Color

Color Information

Color Name

Grayish Gray

Color Family

Gray

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(89,9%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(89, 9%, 54%) color: hsl(89, 9%, 54%)
HEX #8A947F color: #8A947F
RGB rgb(138, 148, 127) color: rgb(138, 148, 127)
CMYK cmyk(7%, 0%, 14%, 42%)
HSV hsv(89, 14%, 58%)
HWB hwb(89 50% 42%) color: hwb(89 50% 42%)
OKLCH oklch(0.6523 0.0325 128.11) color: oklch(0.6523 0.0325 128.11)
Lab lab(59.99 -7.62 9.89) color: lab(59.99 -7.62 9.89)
LCH lch(59.99 12.49 127.61) color: lch(59.99 12.49 127.61)

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 3.17:1
vs Black 6.62:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#8E8E84 — rgb(142, 142, 132)

Deuteranopia (Green-blind)

#8E8D85 — rgb(142, 141, 133)

Tritanopia (Blue-blind)

#8B8889 — rgb(139, 136, 137)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(89, 9%, 54%);

text

color: hsl(89, 9%, 54%);

border

border: 2px solid hsl(89, 9%, 54%);

gradient light

background: linear-gradient(to right, hsl(89, 9%, 74%), hsl(89, 9%, 54%));

gradient dark

background: linear-gradient(to right, hsl(89, 9%, 54%), hsl(89, 9%, 34%))

hex

background-color: #8A947F;

tailwind

bg-[hsl(89,9%,54%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(89, 9%, 54%, 0.4);

css variable

--color-primary: hsl(89, 9%, 54%);

Related Colors

Use Cases for Grayish Gray

Neutral backgrounds Body text Borders Secondary buttons Disabled states

Frequently Asked Questions

What are all the color codes for HSL(89, 9%, 54%)?

HEX: #8A947F | RGB: rgb(138, 148, 127) | CMYK: 7%, 0%, 14%, 42% | HSV: 89°, 14%, 58%. Copy any format from the conversion table above.

What colors go well with #8A947F?

The complementary color is HSL(269, 9%, 54%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(89, 9%, 54%) in CSS?

As HSL: color: hsl(89, 9%, 54%); — As HEX: color: #8A947F; — As RGB: color: rgb(138, 148, 127); — Tailwind CSS: bg-[hsl(89,9%,54%)] — CSS variable: --color-primary: hsl(89, 9%, 54%);