Plum (Purple)
#E5A4DA
RGB: 229, 164, 218
Color OverviewHEX #E5A4DA

#E5A4DA Color Code Information

In the RGB color space, #E5A4DA is composed of 90% red, 64% green, and 85% blue. In the HSL color space, it has a hue of 310°, saturation of 56%, and lightness of 77%.

HEX
#E5A4DA
RGB
229, 164, 218
HSL
310°, 56%, 77%
HSV
310°, 28%, 90%
CMYK
0%, 28%, 5%, 10%
Name Match
Plum
Closest Standard

Shades of #E5A4DA (Darker Variations)

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

Tints of #E5A4DA (Lighter Variations)

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

Tones of #E5A4DA (Muted Variations)

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

Color Harmonies for #E5A4DA

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

Developer Code Snippets & Tailwind CSS

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

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