Silver (Neutral)
#A7AEAF
RGB: 167, 174, 175
Color OverviewHEX #A7AEAF

#A7AEAF Color Code Information

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

HEX
#A7AEAF
RGB
167, 174, 175
HSL
187°, 5%, 67%
HSV
187°, 5%, 69%
CMYK
5%, 1%, 0%, 31%
Name Match
Silver
Closest Standard

Shades of #A7AEAF (Darker Variations)

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

Tints of #A7AEAF (Lighter Variations)

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

Tones of #A7AEAF (Muted Variations)

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

Color Harmonies for #A7AEAF

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

Developer Code Snippets & Tailwind CSS

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

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