Periwinkle (Purple)
#D9D4FD
RGB: 217, 212, 253
Color OverviewHEX #D9D4FD

#D9D4FD Color Code Information

In the RGB color space, #D9D4FD is composed of 85% red, 83% green, and 99% blue. In the HSL color space, it has a hue of 247°, saturation of 91%, and lightness of 91%.

HEX
#D9D4FD
RGB
217, 212, 253
HSL
247°, 91%, 91%
HSV
247°, 16%, 99%
CMYK
14%, 16%, 0%, 1%
Name Match
Periwinkle
Closest Standard

Shades of #D9D4FD (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #D9D4FD (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #D9D4FD (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #D9D4FD

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #D9D4FD Background
Contrast Ratio against Pure White (#FFFFFF):1.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #D9D4FD Background
Contrast Ratio against Pure Black (#000000):14.79 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #D9D4FD;
}

.element {
  color: #D9D4FD;
  background-color: #D9D4FD;
  border-color: #D9D4FD;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#D9D4FD] text-[#D9D4FD] border-[#D9D4FD]">
  Content styled with #D9D4FD
</div>