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