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