Plum (Purple)
#C98AE6
RGB: 201, 138, 230
Color OverviewHEX #C98AE6

#C98AE6 Color Code Information

In the RGB color space, #C98AE6 is composed of 79% red, 54% green, and 90% blue. In the HSL color space, it has a hue of 281°, saturation of 65%, and lightness of 72%.

HEX
#C98AE6
RGB
201, 138, 230
HSL
281°, 65%, 72%
HSV
281°, 40%, 90%
CMYK
13%, 40%, 0%, 10%
Name Match
Plum
Closest Standard

Shades of #C98AE6 (Darker Variations)

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

Tints of #C98AE6 (Lighter Variations)

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

Tones of #C98AE6 (Muted Variations)

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

Color Harmonies for #C98AE6

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

Developer Code Snippets & Tailwind CSS

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

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