Silver (Neutral)
#AFAFA8
RGB: 175, 175, 168
Color OverviewHEX #AFAFA8

#AFAFA8 Color Code Information

In the RGB color space, #AFAFA8 is composed of 69% red, 69% green, and 66% blue. In the HSL color space, it has a hue of 60°, saturation of 4%, and lightness of 67%.

HEX
#AFAFA8
RGB
175, 175, 168
HSL
60°, 4%, 67%
HSV
60°, 4%, 69%
CMYK
0%, 0%, 4%, 31%
Name Match
Silver
Closest Standard

Shades of #AFAFA8 (Darker Variations)

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

Tints of #AFAFA8 (Lighter Variations)

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

Tones of #AFAFA8 (Muted Variations)

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

Color Harmonies for #AFAFA8

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

Developer Code Snippets & Tailwind CSS

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

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