Silver (Neutral)
#B3ADAA
RGB: 179, 173, 170
Color OverviewHEX #B3ADAA

#B3ADAA Color Code Information

In the RGB color space, #B3ADAA is composed of 70% red, 68% green, and 67% blue. In the HSL color space, it has a hue of 20°, saturation of 6%, and lightness of 68%.

HEX
#B3ADAA
RGB
179, 173, 170
HSL
20°, 6%, 68%
HSV
20°, 5%, 70%
CMYK
0%, 3%, 5%, 30%
Name Match
Silver
Closest Standard

Shades of #B3ADAA (Darker Variations)

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

Tints of #B3ADAA (Lighter Variations)

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

Tones of #B3ADAA (Muted Variations)

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

Color Harmonies for #B3ADAA

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

Developer Code Snippets & Tailwind CSS

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

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