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