Plum (Purple)
#D48BDA
RGB: 212, 139, 218
Color OverviewHEX #D48BDA

#D48BDA Color Code Information

In the RGB color space, #D48BDA is composed of 83% red, 55% green, and 85% blue. In the HSL color space, it has a hue of 295°, saturation of 52%, and lightness of 70%.

HEX
#D48BDA
RGB
212, 139, 218
HSL
295°, 52%, 70%
HSV
295°, 36%, 85%
CMYK
3%, 36%, 0%, 15%
Name Match
Plum
Closest Standard

Shades of #D48BDA (Darker Variations)

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

Tints of #D48BDA (Lighter Variations)

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

Tones of #D48BDA (Muted Variations)

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

Color Harmonies for #D48BDA

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

Developer Code Snippets & Tailwind CSS

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

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