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