Silver (Neutral)
#A6A9B0
RGB: 166, 169, 176
Color OverviewHEX #A6A9B0

#A6A9B0 Color Code Information

In the RGB color space, #A6A9B0 is composed of 65% red, 66% green, and 69% blue. In the HSL color space, it has a hue of 222°, saturation of 6%, and lightness of 67%.

HEX
#A6A9B0
RGB
166, 169, 176
HSL
222°, 6%, 67%
HSV
222°, 6%, 69%
CMYK
6%, 4%, 0%, 31%
Name Match
Silver
Closest Standard

Shades of #A6A9B0 (Darker Variations)

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

Tints of #A6A9B0 (Lighter Variations)

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

Tones of #A6A9B0 (Muted Variations)

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

Color Harmonies for #A6A9B0

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 #A6A9B0 Background
Contrast Ratio against Pure White (#FFFFFF):2.35 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A6A9B0 Background
Contrast Ratio against Pure Black (#000000):8.92 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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