Silver (Neutral)
#A0AFBA
RGB: 160, 175, 186
Color OverviewHEX #A0AFBA

#A0AFBA Color Code Information

In the RGB color space, #A0AFBA is composed of 63% red, 69% green, and 73% blue. In the HSL color space, it has a hue of 205°, saturation of 16%, and lightness of 68%.

HEX
#A0AFBA
RGB
160, 175, 186
HSL
205°, 16%, 68%
HSV
205°, 14%, 73%
CMYK
14%, 6%, 0%, 27%
Name Match
Silver
Closest Standard

Shades of #A0AFBA (Darker Variations)

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

Tints of #A0AFBA (Lighter Variations)

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

Tones of #A0AFBA (Muted Variations)

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

Color Harmonies for #A0AFBA

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

Developer Code Snippets & Tailwind CSS

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

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