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