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

Color Conversions

Format Value CSS Usage
HSL hsl(32, 5%, 65%) color: hsl(32, 5%, 65%)
HEX #AAA6A1 color: #AAA6A1
RGB rgb(170, 166, 161) color: rgb(170, 166, 161)
CMYK cmyk(0%, 2%, 5%, 33%)
HSV hsv(33, 5%, 67%)
HWB hwb(33 64% 33%) color: hwb(33 64% 33%)
OKLCH oklch(0.727 0.0085 73.72) color: oklch(0.727 0.0085 73.72)
Lab lab(68.31 0.52 3.09) color: lab(68.31 0.52 3.09)
LCH lch(68.31 3.13 80.45) color: lch(68.31 3.13 80.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.42:1
vs Black 8.68: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)

#A8A8A2 — rgb(168, 168, 162)

Deuteranopia (Green-blind)

#A9A9A3 — rgb(169, 169, 163)

Tritanopia (Blue-blind)

#AAA3A3 — rgb(170, 163, 163)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #AAA6A1;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(32, 5%, 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, 5%, 65%)?

HEX: #AAA6A1 | RGB: rgb(170, 166, 161) | CMYK: 0%, 2%, 5%, 33% | HSV: 33°, 5%, 67%. Copy any format from the conversion table above.

What colors go well with #AAA6A1?

The complementary color is HSL(212, 5%, 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, 5%, 65%) in CSS?

As HSL: color: hsl(32, 5%, 65%); — As HEX: color: #AAA6A1; — As RGB: color: rgb(170, 166, 161); — Tailwind CSS: bg-[hsl(32,5%,65%)] — CSS variable: --color-primary: hsl(32, 5%, 65%);