HSL(70, 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(70,5%,63%)]

Color Conversions

Format Value CSS Usage
HSL hsl(70, 5%, 63%) color: hsl(70, 5%, 63%)
HEX #A4A59C color: #A4A59C
RGB rgb(164, 165, 156) color: rgb(164, 165, 156)
CMYK cmyk(1%, 0%, 5%, 35%)
HSV hsv(67, 5%, 65%)
HWB hwb(67 62% 35%) color: hwb(67 62% 35%)
OKLCH oklch(0.7185 0.0128 111.86) color: oklch(0.7185 0.0128 111.86)
Lab lab(67.43 -2.03 4.54) color: lab(67.43 -2.03 4.54)
LCH lch(67.43 4.97 114.09) color: lch(67.43 4.97 114.09)

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.49:1
vs Black 8.44: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)

#A4A49E — rgb(164, 164, 158)

Deuteranopia (Green-blind)

#A4A49F — rgb(164, 164, 159)

Tritanopia (Blue-blind)

#A4A0A0 — rgb(164, 160, 160)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #A4A59C;

tailwind

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

box shadow

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

css variable

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

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

What colors go well with #A4A59C?

The complementary color is HSL(250, 5%, 63%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.

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

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