Silver (Neutral)
#A8ACA8
RGB: 168, 172, 168
Color OverviewHEX #A8ACA8

#A8ACA8 Color Code Information

In the RGB color space, #A8ACA8 is composed of 66% red, 67% green, and 66% blue. In the HSL color space, it has a hue of 120°, saturation of 2%, and lightness of 67%.

HEX
#A8ACA8
RGB
168, 172, 168
HSL
120°, 2%, 67%
HSV
120°, 2%, 67%
CMYK
2%, 0%, 2%, 33%
Name Match
Silver
Closest Standard

Shades of #A8ACA8 (Darker Variations)

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

Tints of #A8ACA8 (Lighter Variations)

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

Tones of #A8ACA8 (Muted Variations)

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

Color Harmonies for #A8ACA8

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

Developer Code Snippets & Tailwind CSS

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

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