Silver (Neutral)
#A0ACB3
RGB: 160, 172, 179
Color OverviewHEX #A0ACB3

#A0ACB3 Color Code Information

In the RGB color space, #A0ACB3 is composed of 63% red, 67% green, and 70% blue. In the HSL color space, it has a hue of 202°, saturation of 11%, and lightness of 66%.

HEX
#A0ACB3
RGB
160, 172, 179
HSL
202°, 11%, 66%
HSV
202°, 11%, 70%
CMYK
11%, 4%, 0%, 30%
Name Match
Silver
Closest Standard

Shades of #A0ACB3 (Darker Variations)

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

Tints of #A0ACB3 (Lighter Variations)

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

Tones of #A0ACB3 (Muted Variations)

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

Color Harmonies for #A0ACB3

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

Developer Code Snippets & Tailwind CSS

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

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