Plum (Purple)
#DB9ADF
RGB: 219, 154, 223
Color OverviewHEX #DB9ADF

#DB9ADF Color Code Information

In the RGB color space, #DB9ADF is composed of 86% red, 60% green, and 87% blue. In the HSL color space, it has a hue of 297°, saturation of 52%, and lightness of 74%.

HEX
#DB9ADF
RGB
219, 154, 223
HSL
297°, 52%, 74%
HSV
297°, 31%, 87%
CMYK
2%, 31%, 0%, 13%
Name Match
Plum
Closest Standard

Shades of #DB9ADF (Darker Variations)

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

Tints of #DB9ADF (Lighter Variations)

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

Tones of #DB9ADF (Muted Variations)

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

Color Harmonies for #DB9ADF

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

Developer Code Snippets & Tailwind CSS

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

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