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