Plum (Purple)
#EB98DC
RGB: 235, 152, 220
Color OverviewHEX #EB98DC

#EB98DC Color Code Information

In the RGB color space, #EB98DC is composed of 92% red, 60% green, and 86% blue. In the HSL color space, it has a hue of 311°, saturation of 67%, and lightness of 76%.

HEX
#EB98DC
RGB
235, 152, 220
HSL
311°, 67%, 76%
HSV
311°, 35%, 92%
CMYK
0%, 35%, 6%, 8%
Name Match
Plum
Closest Standard

Shades of #EB98DC (Darker Variations)

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

Tints of #EB98DC (Lighter Variations)

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

Tones of #EB98DC (Muted Variations)

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

Color Harmonies for #EB98DC

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

Developer Code Snippets & Tailwind CSS

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

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