Plum (Purple)
#D4A4CD
RGB: 212, 164, 205
Color OverviewHEX #D4A4CD

#D4A4CD Color Code Information

In the RGB color space, #D4A4CD is composed of 83% red, 64% green, and 80% blue. In the HSL color space, it has a hue of 309°, saturation of 36%, and lightness of 74%.

HEX
#D4A4CD
RGB
212, 164, 205
HSL
309°, 36%, 74%
HSV
309°, 23%, 83%
CMYK
0%, 23%, 3%, 17%
Name Match
Plum
Closest Standard

Shades of #D4A4CD (Darker Variations)

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

Tints of #D4A4CD (Lighter Variations)

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

Tones of #D4A4CD (Muted Variations)

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

Color Harmonies for #D4A4CD

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

Developer Code Snippets & Tailwind CSS

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

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