Silver (Neutral)
#B3AAAE
RGB: 179, 170, 174
Color OverviewHEX #B3AAAE

#B3AAAE Color Code Information

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

HEX
#B3AAAE
RGB
179, 170, 174
HSL
333°, 6%, 68%
HSV
333°, 5%, 70%
CMYK
0%, 5%, 3%, 30%
Name Match
Silver
Closest Standard

Shades of #B3AAAE (Darker Variations)

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

Tints of #B3AAAE (Lighter Variations)

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

Tones of #B3AAAE (Muted Variations)

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

Color Harmonies for #B3AAAE

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

Developer Code Snippets & Tailwind CSS

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

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