Plum (Purple)
#EF96DF
RGB: 239, 150, 223
Color OverviewHEX #EF96DF

#EF96DF Color Code Information

In the RGB color space, #EF96DF is composed of 94% red, 59% green, and 87% blue. In the HSL color space, it has a hue of 311°, saturation of 74%, and lightness of 76%.

HEX
#EF96DF
RGB
239, 150, 223
HSL
311°, 74%, 76%
HSV
311°, 37%, 94%
CMYK
0%, 37%, 7%, 6%
Name Match
Plum
Closest Standard

Shades of #EF96DF (Darker Variations)

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

Tints of #EF96DF (Lighter Variations)

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

Tones of #EF96DF (Muted Variations)

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

Color Harmonies for #EF96DF

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

Developer Code Snippets & Tailwind CSS

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

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