Silver (Neutral)
#ABCAC0
RGB: 171, 202, 192
Color OverviewHEX #ABCAC0

#ABCAC0 Color Code Information

In the RGB color space, #ABCAC0 is composed of 67% red, 79% green, and 75% blue. In the HSL color space, it has a hue of 161°, saturation of 23%, and lightness of 73%.

HEX
#ABCAC0
RGB
171, 202, 192
HSL
161°, 23%, 73%
HSV
161°, 15%, 79%
CMYK
15%, 0%, 5%, 21%
Name Match
Silver
Closest Standard

Shades of #ABCAC0 (Darker Variations)

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

Tints of #ABCAC0 (Lighter Variations)

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

Tones of #ABCAC0 (Muted Variations)

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

Color Harmonies for #ABCAC0

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

Developer Code Snippets & Tailwind CSS

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

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