Silver (Neutral)
#AFB2AE
RGB: 175, 178, 174
Color OverviewHEX #AFB2AE

#AFB2AE Color Code Information

In the RGB color space, #AFB2AE is composed of 69% red, 70% green, and 68% blue. In the HSL color space, it has a hue of 105°, saturation of 3%, and lightness of 69%.

HEX
#AFB2AE
RGB
175, 178, 174
HSL
105°, 3%, 69%
HSV
105°, 2%, 70%
CMYK
2%, 0%, 2%, 30%
Name Match
Silver
Closest Standard

Shades of #AFB2AE (Darker Variations)

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

Tints of #AFB2AE (Lighter Variations)

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

Tones of #AFB2AE (Muted Variations)

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

Color Harmonies for #AFB2AE

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

Developer Code Snippets & Tailwind CSS

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

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