Silver (Neutral)
#AAA9AD
RGB: 170, 169, 173
Color OverviewHEX #AAA9AD

#AAA9AD Color Code Information

In the RGB color space, #AAA9AD is composed of 67% red, 66% green, and 68% blue. In the HSL color space, it has a hue of 255°, saturation of 2%, and lightness of 67%.

HEX
#AAA9AD
RGB
170, 169, 173
HSL
255°, 2%, 67%
HSV
255°, 2%, 68%
CMYK
2%, 2%, 0%, 32%
Name Match
Silver
Closest Standard

Shades of #AAA9AD (Darker Variations)

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

Tints of #AAA9AD (Lighter Variations)

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

Tones of #AAA9AD (Muted Variations)

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

Color Harmonies for #AAA9AD

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

Developer Code Snippets & Tailwind CSS

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

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