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