Silver (Neutral)
#B2ADAD
RGB: 178, 173, 173
Color OverviewHEX #B2ADAD

#B2ADAD Color Code Information

In the RGB color space, #B2ADAD is composed of 70% red, 68% green, and 68% blue. In the HSL color space, it has a hue of 0°, saturation of 3%, and lightness of 69%.

HEX
#B2ADAD
RGB
178, 173, 173
HSL
0°, 3%, 69%
HSV
0°, 3%, 70%
CMYK
0%, 3%, 3%, 30%
Name Match
Silver
Closest Standard

Shades of #B2ADAD (Darker Variations)

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

Tints of #B2ADAD (Lighter Variations)

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

Tones of #B2ADAD (Muted Variations)

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

Color Harmonies for #B2ADAD

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

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