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