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