Silver (Neutral)
#BAB2BD
RGB: 186, 178, 189
Color OverviewHEX #BAB2BD
#BAB2BD Color Code Information
In the RGB color space, #BAB2BD is composed of 73% red, 70% green, and 74% blue. In the HSL color space, it has a hue of 284°, saturation of 8%, and lightness of 72%.
HEX
#BAB2BD
RGB
186, 178, 189
HSL
284°, 8%, 72%
HSV
284°, 6%, 74%
CMYK
2%, 6%, 0%, 26%
Name Match
Silver
Closest StandardShades of #BAB2BD (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #BAB2BD (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #BAB2BD (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #BAB2BD
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #BAB2BD Background
Contrast Ratio against Pure White (#FFFFFF):2.06 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BAB2BD Background
Contrast Ratio against Pure Black (#000000):10.19 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #BAB2BD;
}
.element {
color: #BAB2BD;
background-color: #BAB2BD;
border-color: #BAB2BD;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#BAB2BD] text-[#BAB2BD] border-[#BAB2BD]"> Content styled with #BAB2BD </div>