Silver (Neutral)
#A4ABAC
RGB: 164, 171, 172
Color OverviewHEX #A4ABAC

#A4ABAC Color Code Information

In the RGB color space, #A4ABAC is composed of 64% red, 67% green, and 67% blue. In the HSL color space, it has a hue of 188°, saturation of 5%, and lightness of 66%.

HEX
#A4ABAC
RGB
164, 171, 172
HSL
188°, 5%, 66%
HSV
188°, 5%, 67%
CMYK
5%, 1%, 0%, 33%
Name Match
Silver
Closest Standard

Shades of #A4ABAC (Darker Variations)

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

Tints of #A4ABAC (Lighter Variations)

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

Tones of #A4ABAC (Muted Variations)

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

Color Harmonies for #A4ABAC

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

Developer Code Snippets & Tailwind CSS

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

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