Plum (Purple)
#D89CDC
RGB: 216, 156, 220
Color OverviewHEX #D89CDC

#D89CDC Color Code Information

In the RGB color space, #D89CDC is composed of 85% red, 61% green, and 86% blue. In the HSL color space, it has a hue of 296°, saturation of 48%, and lightness of 74%.

HEX
#D89CDC
RGB
216, 156, 220
HSL
296°, 48%, 74%
HSV
296°, 29%, 86%
CMYK
2%, 29%, 0%, 14%
Name Match
Plum
Closest Standard

Shades of #D89CDC (Darker Variations)

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

Tints of #D89CDC (Lighter Variations)

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

Tones of #D89CDC (Muted Variations)

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

Color Harmonies for #D89CDC

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

Developer Code Snippets & Tailwind CSS

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

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