Silver (Neutral)
#A7AFAD
RGB: 167, 175, 173
Color OverviewHEX #A7AFAD

#A7AFAD Color Code Information

In the RGB color space, #A7AFAD is composed of 65% red, 69% green, and 68% blue. In the HSL color space, it has a hue of 165°, saturation of 5%, and lightness of 67%.

HEX
#A7AFAD
RGB
167, 175, 173
HSL
165°, 5%, 67%
HSV
165°, 5%, 69%
CMYK
5%, 0%, 1%, 31%
Name Match
Silver
Closest Standard

Shades of #A7AFAD (Darker Variations)

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

Tints of #A7AFAD (Lighter Variations)

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

Tones of #A7AFAD (Muted Variations)

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

Color Harmonies for #A7AFAD

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

Developer Code Snippets & Tailwind CSS

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

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