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