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