Silver (Neutral)
#BABCB9
RGB: 186, 188, 185
Color OverviewHEX #BABCB9

#BABCB9 Color Code Information

In the RGB color space, #BABCB9 is composed of 73% red, 74% green, and 73% blue. In the HSL color space, it has a hue of 100°, saturation of 2%, and lightness of 73%.

HEX
#BABCB9
RGB
186, 188, 185
HSL
100°, 2%, 73%
HSV
100°, 2%, 74%
CMYK
1%, 0%, 2%, 26%
Name Match
Silver
Closest Standard

Shades of #BABCB9 (Darker Variations)

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

Tints of #BABCB9 (Lighter Variations)

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

Tones of #BABCB9 (Muted Variations)

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

Color Harmonies for #BABCB9

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

Developer Code Snippets & Tailwind CSS

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

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