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