HSL(322, 8%, 53%)

Grayish Gray — Gray color

Adjust Color

Color Information

Color Name

Grayish Gray

Color Family

Gray

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(322,8%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 8%, 53%) color: hsl(322, 8%, 53%)
HEX #917E8A color: #917E8A
RGB rgb(145, 126, 138) color: rgb(145, 126, 138)
CMYK cmyk(0%, 13%, 5%, 43%)
HSV hsv(322, 13%, 57%)
HWB hwb(322 50% 43%) color: hwb(322 50% 43%)
OKLCH oklch(0.6143 0.0289 339.78) color: oklch(0.6143 0.0289 339.78)
Lab lab(54.84 9.46 -3.8) color: lab(54.84 9.46 -3.8)
LCH lch(54.84 10.19 338.12) color: lch(54.84 10.19 338.12)

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.78:1
vs Black 5.56: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)

#898987 — rgb(137, 137, 135)

Deuteranopia (Green-blind)

#8A8B86 — rgb(138, 139, 134)

Tritanopia (Blue-blind)

#908584 — rgb(144, 133, 132)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 8%, 53%);

text

color: hsl(322, 8%, 53%);

border

border: 2px solid hsl(322, 8%, 53%);

gradient light

background: linear-gradient(to right, hsl(322, 8%, 73%), hsl(322, 8%, 53%));

gradient dark

background: linear-gradient(to right, hsl(322, 8%, 53%), hsl(322, 8%, 33%))

hex

background-color: #917E8A;

tailwind

bg-[hsl(322,8%,53%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(322, 8%, 53%, 0.4);

css variable

--color-primary: hsl(322, 8%, 53%);

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(322, 8%, 53%)?

HEX: #917E8A | RGB: rgb(145, 126, 138) | CMYK: 0%, 13%, 5%, 43% | HSV: 322°, 13%, 57%. Copy any format from the conversion table above.

What colors go well with #917E8A?

The complementary color is HSL(142, 8%, 53%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(322, 8%, 53%) in CSS?

As HSL: color: hsl(322, 8%, 53%); — As HEX: color: #917E8A; — As RGB: color: rgb(145, 126, 138); — Tailwind CSS: bg-[hsl(322,8%,53%)] — CSS variable: --color-primary: hsl(322, 8%, 53%);