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