Silver (Neutral)
#AFB0AB
RGB: 175, 176, 171
Color OverviewHEX #AFB0AB
#AFB0AB Color Code Information
In the RGB color space, #AFB0AB is composed of 69% red, 69% green, and 67% blue. In the HSL color space, it has a hue of 72°, saturation of 3%, and lightness of 68%.
HEX
#AFB0AB
RGB
175, 176, 171
HSL
72°, 3%, 68%
HSV
72°, 3%, 69%
CMYK
1%, 0%, 3%, 31%
Name Match
Silver
Closest StandardShades of #AFB0AB (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #AFB0AB (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #AFB0AB (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #AFB0AB
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 #AFB0AB Background
Contrast Ratio against Pure White (#FFFFFF):2.18 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AFB0AB Background
Contrast Ratio against Pure Black (#000000):9.62 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #AFB0AB;
}
.element {
color: #AFB0AB;
background-color: #AFB0AB;
border-color: #AFB0AB;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#AFB0AB] text-[#AFB0AB] border-[#AFB0AB]"> Content styled with #AFB0AB </div>