Silver (Neutral)
#BBA9BC
RGB: 187, 169, 188
Color OverviewHEX #BBA9BC

#BBA9BC Color Code Information

In the RGB color space, #BBA9BC is composed of 73% red, 66% green, and 74% blue. In the HSL color space, it has a hue of 297°, saturation of 12%, and lightness of 70%.

HEX
#BBA9BC
RGB
187, 169, 188
HSL
297°, 12%, 70%
HSV
297°, 10%, 74%
CMYK
1%, 10%, 0%, 26%
Name Match
Silver
Closest Standard

Shades of #BBA9BC (Darker Variations)

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

Tints of #BBA9BC (Lighter Variations)

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

Tones of #BBA9BC (Muted Variations)

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

Color Harmonies for #BBA9BC

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

Developer Code Snippets & Tailwind CSS

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

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