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