Plum (Purple)
#D397BF
RGB: 211, 151, 191
Color OverviewHEX #D397BF

#D397BF Color Code Information

In the RGB color space, #D397BF is composed of 83% red, 59% green, and 75% blue. In the HSL color space, it has a hue of 320°, saturation of 41%, and lightness of 71%.

HEX
#D397BF
RGB
211, 151, 191
HSL
320°, 41%, 71%
HSV
320°, 28%, 83%
CMYK
0%, 28%, 9%, 17%
Name Match
Plum
Closest Standard

Shades of #D397BF (Darker Variations)

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

Tints of #D397BF (Lighter Variations)

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

Tones of #D397BF (Muted Variations)

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

Color Harmonies for #D397BF

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

Developer Code Snippets & Tailwind CSS

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

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