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