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