Plum (Purple)
#D3A1EA
RGB: 211, 161, 234
Color OverviewHEX #D3A1EA

#D3A1EA Color Code Information

In the RGB color space, #D3A1EA is composed of 83% red, 63% green, and 92% blue. In the HSL color space, it has a hue of 281°, saturation of 63%, and lightness of 77%.

HEX
#D3A1EA
RGB
211, 161, 234
HSL
281°, 63%, 77%
HSV
281°, 31%, 92%
CMYK
10%, 31%, 0%, 8%
Name Match
Plum
Closest Standard

Shades of #D3A1EA (Darker Variations)

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

Tints of #D3A1EA (Lighter Variations)

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

Tones of #D3A1EA (Muted Variations)

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

Color Harmonies for #D3A1EA

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 #D3A1EA Background
Contrast Ratio against Pure White (#FFFFFF):2.09 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #D3A1EA Background
Contrast Ratio against Pure Black (#000000):10.06 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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