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