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