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