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