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