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