HSL(350, 7%, 61%)

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(350,7%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(350, 7%, 61%) color: hsl(350, 7%, 61%)
HEX #A39597 color: #A39597
RGB rgb(163, 149, 151) color: rgb(163, 149, 151)
CMYK cmyk(0%, 9%, 7%, 36%)
HSV hsv(351, 9%, 64%)
HWB hwb(351 58% 36%) color: hwb(351 58% 36%)
OKLCH oklch(0.6826 0.0168 7.7) color: oklch(0.6826 0.0168 7.7)
Lab lab(62.94 5.52 0.82) color: lab(62.94 5.52 0.82)
LCH lch(62.94 5.58 8.45) color: lch(62.94 5.58 8.45)

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.88:1
vs Black 7.3: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)

#9D9D97 — rgb(157, 157, 151)

Deuteranopia (Green-blind)

#9E9F96 — rgb(158, 159, 150)

Tritanopia (Blue-blind)

#A29696 — rgb(162, 150, 150)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(350, 7%, 61%);

text

color: hsl(350, 7%, 61%);

border

border: 2px solid hsl(350, 7%, 61%);

gradient light

background: linear-gradient(to right, hsl(350, 7%, 81%), hsl(350, 7%, 61%));

gradient dark

background: linear-gradient(to right, hsl(350, 7%, 61%), hsl(350, 7%, 41%))

hex

background-color: #A39597;

tailwind

bg-[hsl(350,7%,61%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(350, 7%, 61%, 0.4);

css variable

--color-primary: hsl(350, 7%, 61%);

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(350, 7%, 61%)?

HEX: #A39597 | RGB: rgb(163, 149, 151) | CMYK: 0%, 9%, 7%, 36% | HSV: 351°, 9%, 64%. Copy any format from the conversion table above.

What colors go well with #A39597?

The complementary color is HSL(170, 7%, 61%). For a triadic harmony, use hues 350°, 110°, and 230°. For analogous combinations, try hues 320° and 20°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(350, 7%, 61%) in CSS?

As HSL: color: hsl(350, 7%, 61%); — As HEX: color: #A39597; — As RGB: color: rgb(163, 149, 151); — Tailwind CSS: bg-[hsl(350,7%,61%)] — CSS variable: --color-primary: hsl(350, 7%, 61%);