Plum (Purple)
#D7A2DB
RGB: 215, 162, 219
Color OverviewHEX #D7A2DB

#D7A2DB Color Code Information

In the RGB color space, #D7A2DB is composed of 84% red, 64% green, and 86% blue. In the HSL color space, it has a hue of 296°, saturation of 44%, and lightness of 75%.

HEX
#D7A2DB
RGB
215, 162, 219
HSL
296°, 44%, 75%
HSV
296°, 26%, 86%
CMYK
2%, 26%, 0%, 14%
Name Match
Plum
Closest Standard

Shades of #D7A2DB (Darker Variations)

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

Tints of #D7A2DB (Lighter Variations)

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

Tones of #D7A2DB (Muted Variations)

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

Color Harmonies for #D7A2DB

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

Developer Code Snippets & Tailwind CSS

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

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