Silver (Neutral)
#ACA7AD
RGB: 172, 167, 173
Color OverviewHEX #ACA7AD

#ACA7AD Color Code Information

In the RGB color space, #ACA7AD is composed of 67% red, 65% green, and 68% blue. In the HSL color space, it has a hue of 290°, saturation of 4%, and lightness of 67%.

HEX
#ACA7AD
RGB
172, 167, 173
HSL
290°, 4%, 67%
HSV
290°, 3%, 68%
CMYK
1%, 3%, 0%, 32%
Name Match
Silver
Closest Standard

Shades of #ACA7AD (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #ACA7AD (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #ACA7AD (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #ACA7AD

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #ACA7AD Background
Contrast Ratio against Pure White (#FFFFFF):2.36 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #ACA7AD Background
Contrast Ratio against Pure Black (#000000):8.89 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #ACA7AD;
}

.element {
  color: #ACA7AD;
  background-color: #ACA7AD;
  border-color: #ACA7AD;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#ACA7AD] text-[#ACA7AD] border-[#ACA7AD]">
  Content styled with #ACA7AD
</div>