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