Silver (Neutral)
#A9BABA
RGB: 169, 186, 186
Color OverviewHEX #A9BABA

#A9BABA Color Code Information

In the RGB color space, #A9BABA is composed of 66% red, 73% green, and 73% blue. In the HSL color space, it has a hue of 180°, saturation of 11%, and lightness of 70%.

HEX
#A9BABA
RGB
169, 186, 186
HSL
180°, 11%, 70%
HSV
180°, 9%, 73%
CMYK
9%, 0%, 0%, 27%
Name Match
Silver
Closest Standard

Shades of #A9BABA (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #A9BABA (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #A9BABA (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #A9BABA

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #A9BABA Background
Contrast Ratio against Pure White (#FFFFFF):2.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A9BABA Background
Contrast Ratio against Pure Black (#000000):10.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #A9BABA;
}

.element {
  color: #A9BABA;
  background-color: #A9BABA;
  border-color: #A9BABA;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#A9BABA] text-[#A9BABA] border-[#A9BABA]">
  Content styled with #A9BABA
</div>