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