Silver (Neutral)
#AFB6A7
RGB: 175, 182, 167
Color OverviewHEX #AFB6A7

#AFB6A7 Color Code Information

In the RGB color space, #AFB6A7 is composed of 69% red, 71% green, and 65% blue. In the HSL color space, it has a hue of 88°, saturation of 9%, and lightness of 68%.

HEX
#AFB6A7
RGB
175, 182, 167
HSL
88°, 9%, 68%
HSV
88°, 8%, 71%
CMYK
4%, 0%, 8%, 29%
Name Match
Silver
Closest Standard

Shades of #AFB6A7 (Darker Variations)

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

Tints of #AFB6A7 (Lighter Variations)

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

Tones of #AFB6A7 (Muted Variations)

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

Color Harmonies for #AFB6A7

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

Developer Code Snippets & Tailwind CSS

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

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