Silver (Neutral)
#ADA8AE
RGB: 173, 168, 174
Color OverviewHEX #ADA8AE

#ADA8AE Color Code Information

In the RGB color space, #ADA8AE is composed of 68% red, 66% green, and 68% blue. In the HSL color space, it has a hue of 290°, saturation of 4%, and lightness of 67%.

HEX
#ADA8AE
RGB
173, 168, 174
HSL
290°, 4%, 67%
HSV
290°, 3%, 68%
CMYK
1%, 3%, 0%, 32%
Name Match
Silver
Closest Standard

Shades of #ADA8AE (Darker Variations)

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

Tints of #ADA8AE (Lighter Variations)

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

Tones of #ADA8AE (Muted Variations)

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

Color Harmonies for #ADA8AE

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

Developer Code Snippets & Tailwind CSS

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

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