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