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