Plum (Purple)
#DCA9CD
RGB: 220, 169, 205
Color OverviewHEX #DCA9CD

#DCA9CD Color Code Information

In the RGB color space, #DCA9CD is composed of 86% red, 66% green, and 80% blue. In the HSL color space, it has a hue of 318°, saturation of 42%, and lightness of 76%.

HEX
#DCA9CD
RGB
220, 169, 205
HSL
318°, 42%, 76%
HSV
318°, 23%, 86%
CMYK
0%, 23%, 7%, 14%
Name Match
Plum
Closest Standard

Shades of #DCA9CD (Darker Variations)

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

Tints of #DCA9CD (Lighter Variations)

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

Tones of #DCA9CD (Muted Variations)

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

Color Harmonies for #DCA9CD

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

Developer Code Snippets & Tailwind CSS

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

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