HSL(280, 5%, 65%)

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

Color Conversions

Format Value CSS Usage
HSL hsl(280, 5%, 65%) color: hsl(280, 5%, 65%)
HEX #A7A1AA color: #A7A1AA
RGB rgb(167, 161, 170) color: rgb(167, 161, 170)
CMYK cmyk(2%, 5%, 0%, 33%)
HSV hsv(280, 5%, 67%)
HWB hwb(280 64% 33%) color: hwb(280 64% 33%)
OKLCH oklch(0.7168 0.0145 314.73) color: oklch(0.7168 0.0145 314.73)
Lab lab(66.98 3.87 -3.88) color: lab(66.98 3.87 -3.88)
LCH lch(66.98 5.48 314.93) color: lch(66.98 5.48 314.93)

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.52:1
vs Black 8.32: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)

#A4A4A8 — rgb(164, 164, 168)

Deuteranopia (Green-blind)

#A5A5A7 — rgb(165, 165, 167)

Tritanopia (Blue-blind)

#A7A6A6 — rgb(167, 166, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #A7A1AA;

tailwind

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

box shadow

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

css variable

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

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

What colors go well with #A7A1AA?

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

How do I use HSL(280, 5%, 65%) in CSS?

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