Silver (Neutral)
#AFA8B8
RGB: 175, 168, 184
Color OverviewHEX #AFA8B8
#AFA8B8 Color Code Information
In the RGB color space, #AFA8B8 is composed of 69% red, 66% green, and 72% blue. In the HSL color space, it has a hue of 266°, saturation of 10%, and lightness of 69%.
HEX
#AFA8B8
RGB
175, 168, 184
HSL
266°, 10%, 69%
HSV
266°, 9%, 72%
CMYK
5%, 9%, 0%, 28%
Name Match
Silver
Closest StandardShades of #AFA8B8 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #AFA8B8 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #AFA8B8 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #AFA8B8
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #AFA8B8 Background
Contrast Ratio against Pure White (#FFFFFF):2.3 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AFA8B8 Background
Contrast Ratio against Pure Black (#000000):9.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #AFA8B8;
}
.element {
color: #AFA8B8;
background-color: #AFA8B8;
border-color: #AFA8B8;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#AFA8B8] text-[#AFA8B8] border-[#AFA8B8]"> Content styled with #AFA8B8 </div>