Silver (Neutral)
#A9AEAD
RGB: 169, 174, 173
Color OverviewHEX #A9AEAD

#A9AEAD Color Code Information

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

HEX
#A9AEAD
RGB
169, 174, 173
HSL
168°, 3%, 67%
HSV
168°, 3%, 68%
CMYK
3%, 0%, 1%, 32%
Name Match
Silver
Closest Standard

Shades of #A9AEAD (Darker Variations)

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

Tints of #A9AEAD (Lighter Variations)

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

Tones of #A9AEAD (Muted Variations)

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

Color Harmonies for #A9AEAD

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

Developer Code Snippets & Tailwind CSS

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

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