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