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