HSL(160, 5%, 69%)

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(160,5%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(160, 5%, 69%) color: hsl(160, 5%, 69%)
HEX #ACB4B1 color: #ACB4B1
RGB rgb(172, 180, 177) color: rgb(172, 180, 177)
CMYK cmyk(4%, 0%, 2%, 29%)
HSV hsv(158, 4%, 71%)
HWB hwb(158 68% 29%) color: hwb(158 68% 29%)
OKLCH oklch(0.7627 0.0099 171.7) color: oklch(0.7627 0.0099 171.7)
Lab lab(72.62 -3.36 0.56) color: lab(72.62 -3.36 0.56)
LCH lch(72.62 3.41 170.54) color: lch(72.62 3.41 170.54)

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.12:1
vs Black 9.92: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)

#AFB0B2 — rgb(175, 176, 178)

Deuteranopia (Green-blind)

#AFAEB2 — rgb(175, 174, 178)

Tritanopia (Blue-blind)

#ACB2B2 — rgb(172, 178, 178)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(160, 5%, 69%);

text

color: hsl(160, 5%, 69%);

border

border: 2px solid hsl(160, 5%, 69%);

gradient light

background: linear-gradient(to right, hsl(160, 5%, 89%), hsl(160, 5%, 69%));

gradient dark

background: linear-gradient(to right, hsl(160, 5%, 69%), hsl(160, 5%, 49%))

hex

background-color: #ACB4B1;

tailwind

bg-[hsl(160,5%,69%)]

box shadow

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

css variable

--color-primary: hsl(160, 5%, 69%);

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(160, 5%, 69%)?

HEX: #ACB4B1 | RGB: rgb(172, 180, 177) | CMYK: 4%, 0%, 2%, 29% | HSV: 158°, 4%, 71%. Copy any format from the conversion table above.

What colors go well with #ACB4B1?

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

How do I use HSL(160, 5%, 69%) in CSS?

As HSL: color: hsl(160, 5%, 69%); — As HEX: color: #ACB4B1; — As RGB: color: rgb(172, 180, 177); — Tailwind CSS: bg-[hsl(160,5%,69%)] — CSS variable: --color-primary: hsl(160, 5%, 69%);