HSL(32, 1%, 65%)

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(32,1%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(32, 1%, 65%) color: hsl(32, 1%, 65%)
HEX #A7A6A5 color: #A7A6A5
RGB rgb(167, 166, 165) color: rgb(167, 166, 165)
CMYK cmyk(0%, 1%, 1%, 35%)
HSV hsv(30, 1%, 65%)
HWB hwb(30 64% 35%) color: hwb(30 64% 35%)
OKLCH oklch(0.7257 0.0018 67.79) color: oklch(0.7257 0.0018 67.79)
Lab lab(68.17 0.17 0.64) color: lab(68.17 0.17 0.64)
LCH lch(68.17 0.66 75.12) color: lch(68.17 0.66 75.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 2.43:1
vs Black 8.64: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)

#A7A7A5 — rgb(167, 167, 165)

Deuteranopia (Green-blind)

#A7A7A5 — rgb(167, 167, 165)

Tritanopia (Blue-blind)

#A7A5A5 — rgb(167, 165, 165)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(32, 1%, 65%);

text

color: hsl(32, 1%, 65%);

border

border: 2px solid hsl(32, 1%, 65%);

gradient light

background: linear-gradient(to right, hsl(32, 1%, 85%), hsl(32, 1%, 65%));

gradient dark

background: linear-gradient(to right, hsl(32, 1%, 65%), hsl(32, 1%, 45%))

hex

background-color: #A7A6A5;

tailwind

bg-[hsl(32,1%,65%)]

box shadow

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

css variable

--color-primary: hsl(32, 1%, 65%);

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(32, 1%, 65%)?

HEX: #A7A6A5 | RGB: rgb(167, 166, 165) | CMYK: 0%, 1%, 1%, 35% | HSV: 30°, 1%, 65%. Copy any format from the conversion table above.

What colors go well with #A7A6A5?

The complementary color is HSL(212, 1%, 65%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(32, 1%, 65%) in CSS?

As HSL: color: hsl(32, 1%, 65%); — As HEX: color: #A7A6A5; — As RGB: color: rgb(167, 166, 165); — Tailwind CSS: bg-[hsl(32,1%,65%)] — CSS variable: --color-primary: hsl(32, 1%, 65%);