Silver (Neutral)
#BAB6AF
RGB: 186, 182, 175
Color OverviewHEX #BAB6AF
#BAB6AF Color Code Information
In the RGB color space, #BAB6AF is composed of 73% red, 71% green, and 69% blue. In the HSL color space, it has a hue of 38°, saturation of 7%, and lightness of 71%.
HEX
#BAB6AF
RGB
186, 182, 175
HSL
38°, 7%, 71%
HSV
38°, 6%, 73%
CMYK
0%, 2%, 6%, 27%
Name Match
Silver
Closest StandardShades of #BAB6AF (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #BAB6AF (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #BAB6AF (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #BAB6AF
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 #BAB6AF Background
Contrast Ratio against Pure White (#FFFFFF):2.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BAB6AF Background
Contrast Ratio against Pure Black (#000000):10.4 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #BAB6AF;
}
.element {
color: #BAB6AF;
background-color: #BAB6AF;
border-color: #BAB6AF;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#BAB6AF] text-[#BAB6AF] border-[#BAB6AF]"> Content styled with #BAB6AF </div>