Plum (Purple)
#DCA8C9
RGB: 220, 168, 201
Color OverviewHEX #DCA8C9

#DCA8C9 Color Code Information

In the RGB color space, #DCA8C9 is composed of 86% red, 66% green, and 79% blue. In the HSL color space, it has a hue of 322°, saturation of 43%, and lightness of 76%.

HEX
#DCA8C9
RGB
220, 168, 201
HSL
322°, 43%, 76%
HSV
322°, 24%, 86%
CMYK
0%, 24%, 9%, 14%
Name Match
Plum
Closest Standard

Shades of #DCA8C9 (Darker Variations)

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

Tints of #DCA8C9 (Lighter Variations)

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

Tones of #DCA8C9 (Muted Variations)

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

Color Harmonies for #DCA8C9

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

Developer Code Snippets & Tailwind CSS

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

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