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