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