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