HSL(292, 5%, 63%)

Grayish Gray — Gray color

Adjust Color

Color Information

Color Name

Grayish Gray

Color Family

Gray

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(292,5%,63%)]

Color Conversions

Format Value CSS Usage
HSL hsl(292, 5%, 63%) color: hsl(292, 5%, 63%)
HEX #A49CA5 color: #A49CA5
RGB rgb(164, 156, 165) color: rgb(164, 156, 165)
CMYK cmyk(1%, 5%, 0%, 35%)
HSV hsv(293, 5%, 65%)
HWB hwb(293 62% 35%) color: hwb(293 62% 35%)
OKLCH oklch(0.7023 0.0158 322.37) color: oklch(0.7023 0.0158 322.37)
Lab lab(65.27 4.6 -3.64) color: lab(65.27 4.6 -3.64)
LCH lch(65.27 5.87 321.65) color: lch(65.27 5.87 321.65)

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.67:1
vs Black 7.88: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)

#A1A0A3 — rgb(161, 160, 163)

Deuteranopia (Green-blind)

#A1A2A2 — rgb(161, 162, 162)

Tritanopia (Blue-blind)

#A4A1A1 — rgb(164, 161, 161)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(292, 5%, 63%);

text

color: hsl(292, 5%, 63%);

border

border: 2px solid hsl(292, 5%, 63%);

gradient light

background: linear-gradient(to right, hsl(292, 5%, 83%), hsl(292, 5%, 63%));

gradient dark

background: linear-gradient(to right, hsl(292, 5%, 63%), hsl(292, 5%, 43%))

hex

background-color: #A49CA5;

tailwind

bg-[hsl(292,5%,63%)]

box shadow

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

css variable

--color-primary: hsl(292, 5%, 63%);

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(292, 5%, 63%)?

HEX: #A49CA5 | RGB: rgb(164, 156, 165) | CMYK: 1%, 5%, 0%, 35% | HSV: 293°, 5%, 65%. Copy any format from the conversion table above.

What colors go well with #A49CA5?

The complementary color is HSL(112, 5%, 63%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(292, 5%, 63%) in CSS?

As HSL: color: hsl(292, 5%, 63%); — As HEX: color: #A49CA5; — As RGB: color: rgb(164, 156, 165); — Tailwind CSS: bg-[hsl(292,5%,63%)] — CSS variable: --color-primary: hsl(292, 5%, 63%);