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