Silver (Neutral)
#AAA8AD
RGB: 170, 168, 173
Color OverviewHEX #AAA8AD

#AAA8AD Color Code Information

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

HEX
#AAA8AD
RGB
170, 168, 173
HSL
264°, 3%, 67%
HSV
264°, 3%, 68%
CMYK
2%, 3%, 0%, 32%
Name Match
Silver
Closest Standard

Shades of #AAA8AD (Darker Variations)

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

Tints of #AAA8AD (Lighter Variations)

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

Tones of #AAA8AD (Muted Variations)

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

Color Harmonies for #AAA8AD

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

Developer Code Snippets & Tailwind CSS

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

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