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