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