Silver (Neutral)
#ACA9AF
RGB: 172, 169, 175
Color OverviewHEX #ACA9AF

#ACA9AF Color Code Information

In the RGB color space, #ACA9AF is composed of 67% red, 66% green, and 69% blue. In the HSL color space, it has a hue of 270°, saturation of 4%, and lightness of 67%.

HEX
#ACA9AF
RGB
172, 169, 175
HSL
270°, 4%, 67%
HSV
270°, 3%, 69%
CMYK
2%, 3%, 0%, 31%
Name Match
Silver
Closest Standard

Shades of #ACA9AF (Darker Variations)

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

Tints of #ACA9AF (Lighter Variations)

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

Tones of #ACA9AF (Muted Variations)

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

Color Harmonies for #ACA9AF

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 #ACA9AF Background
Contrast Ratio against Pure White (#FFFFFF):2.32 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #ACA9AF Background
Contrast Ratio against Pure Black (#000000):9.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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