Silver (Neutral)
#ABB2AF
RGB: 171, 178, 175
Color OverviewHEX #ABB2AF

#ABB2AF Color Code Information

In the RGB color space, #ABB2AF is composed of 67% red, 70% green, and 69% blue. In the HSL color space, it has a hue of 154°, saturation of 4%, and lightness of 68%.

HEX
#ABB2AF
RGB
171, 178, 175
HSL
154°, 4%, 68%
HSV
154°, 4%, 70%
CMYK
4%, 0%, 2%, 30%
Name Match
Silver
Closest Standard

Shades of #ABB2AF (Darker Variations)

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

Tints of #ABB2AF (Lighter Variations)

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

Tones of #ABB2AF (Muted Variations)

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

Color Harmonies for #ABB2AF

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

Developer Code Snippets & Tailwind CSS

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

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