Plum (Purple)
#E8AFDF
RGB: 232, 175, 223
Color OverviewHEX #E8AFDF

#E8AFDF Color Code Information

In the RGB color space, #E8AFDF is composed of 91% red, 69% green, and 87% blue. In the HSL color space, it has a hue of 309°, saturation of 55%, and lightness of 80%.

HEX
#E8AFDF
RGB
232, 175, 223
HSL
309°, 55%, 80%
HSV
309°, 25%, 91%
CMYK
0%, 25%, 4%, 9%
Name Match
Plum
Closest Standard

Shades of #E8AFDF (Darker Variations)

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

Tints of #E8AFDF (Lighter Variations)

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

Tones of #E8AFDF (Muted Variations)

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

Color Harmonies for #E8AFDF

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

Developer Code Snippets & Tailwind CSS

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

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