Silver (Neutral)
#AFB7AE
RGB: 175, 183, 174
Color OverviewHEX #AFB7AE

#AFB7AE Color Code Information

In the RGB color space, #AFB7AE is composed of 69% red, 72% green, and 68% blue. In the HSL color space, it has a hue of 113°, saturation of 6%, and lightness of 70%.

HEX
#AFB7AE
RGB
175, 183, 174
HSL
113°, 6%, 70%
HSV
113°, 5%, 72%
CMYK
4%, 0%, 5%, 28%
Name Match
Silver
Closest Standard

Shades of #AFB7AE (Darker Variations)

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

Tints of #AFB7AE (Lighter Variations)

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

Tones of #AFB7AE (Muted Variations)

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

Color Harmonies for #AFB7AE

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

Developer Code Snippets & Tailwind CSS

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

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