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