Plum (Purple)
#FA9EDD
RGB: 250, 158, 221
Color OverviewHEX #FA9EDD

#FA9EDD Color Code Information

In the RGB color space, #FA9EDD is composed of 98% red, 62% green, and 87% blue. In the HSL color space, it has a hue of 319°, saturation of 90%, and lightness of 80%.

HEX
#FA9EDD
RGB
250, 158, 221
HSL
319°, 90%, 80%
HSV
319°, 37%, 98%
CMYK
0%, 37%, 12%, 2%
Name Match
Plum
Closest Standard

Shades of #FA9EDD (Darker Variations)

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

Tints of #FA9EDD (Lighter Variations)

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

Tones of #FA9EDD (Muted Variations)

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

Color Harmonies for #FA9EDD

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

Developer Code Snippets & Tailwind CSS

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

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