Silver (Neutral)
#A5ADAC
RGB: 165, 173, 172
Color OverviewHEX #A5ADAC

#A5ADAC Color Code Information

In the RGB color space, #A5ADAC is composed of 65% red, 68% green, and 67% blue. In the HSL color space, it has a hue of 173°, saturation of 5%, and lightness of 66%.

HEX
#A5ADAC
RGB
165, 173, 172
HSL
173°, 5%, 66%
HSV
173°, 5%, 68%
CMYK
5%, 0%, 1%, 32%
Name Match
Silver
Closest Standard

Shades of #A5ADAC (Darker Variations)

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

Tints of #A5ADAC (Lighter Variations)

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

Tones of #A5ADAC (Muted Variations)

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

Color Harmonies for #A5ADAC

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

Developer Code Snippets & Tailwind CSS

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

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