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