Silver (Neutral)
#BBBAAD
RGB: 187, 186, 173
Color OverviewHEX #BBBAAD

#BBBAAD Color Code Information

In the RGB color space, #BBBAAD is composed of 73% red, 73% green, and 68% blue. In the HSL color space, it has a hue of 56°, saturation of 9%, and lightness of 71%.

HEX
#BBBAAD
RGB
187, 186, 173
HSL
56°, 9%, 71%
HSV
56°, 7%, 73%
CMYK
0%, 1%, 7%, 27%
Name Match
Silver
Closest Standard

Shades of #BBBAAD (Darker Variations)

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

Tints of #BBBAAD (Lighter Variations)

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

Tones of #BBBAAD (Muted Variations)

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

Color Harmonies for #BBBAAD

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

Developer Code Snippets & Tailwind CSS

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

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