HSL(352, 6%, 59%)

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(352,6%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(352, 6%, 59%) color: hsl(352, 6%, 59%)
HEX #9D9092 color: #9D9092
RGB rgb(157, 144, 146) color: rgb(157, 144, 146)
CMYK cmyk(0%, 8%, 7%, 38%)
HSV hsv(351, 8%, 62%)
HWB hwb(351 57% 38%) color: hwb(351 57% 38%)
OKLCH oklch(0.6653 0.0157 6.93) color: oklch(0.6653 0.0157 6.93)
Lab lab(60.95 5.18 0.69) color: lab(60.95 5.18 0.69)
LCH lch(60.95 5.23 7.59) color: lch(60.95 5.23 7.59)

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.07:1
vs Black 6.84: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)

#979792 — rgb(151, 151, 146)

Deuteranopia (Green-blind)

#989991 — rgb(152, 153, 145)

Tritanopia (Blue-blind)

#9C9191 — rgb(156, 145, 145)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(352, 6%, 59%);

text

color: hsl(352, 6%, 59%);

border

border: 2px solid hsl(352, 6%, 59%);

gradient light

background: linear-gradient(to right, hsl(352, 6%, 79%), hsl(352, 6%, 59%));

gradient dark

background: linear-gradient(to right, hsl(352, 6%, 59%), hsl(352, 6%, 39%))

hex

background-color: #9D9092;

tailwind

bg-[hsl(352,6%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(352, 6%, 59%, 0.4);

css variable

--color-primary: hsl(352, 6%, 59%);

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(352, 6%, 59%)?

HEX: #9D9092 | RGB: rgb(157, 144, 146) | CMYK: 0%, 8%, 7%, 38% | HSV: 351°, 8%, 62%. Copy any format from the conversion table above.

What colors go well with #9D9092?

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

How do I use HSL(352, 6%, 59%) in CSS?

As HSL: color: hsl(352, 6%, 59%); — As HEX: color: #9D9092; — As RGB: color: rgb(157, 144, 146); — Tailwind CSS: bg-[hsl(352,6%,59%)] — CSS variable: --color-primary: hsl(352, 6%, 59%);