Plum (Purple)
#CE97C8
RGB: 206, 151, 200
Color OverviewHEX #CE97C8

#CE97C8 Color Code Information

In the RGB color space, #CE97C8 is composed of 81% red, 59% green, and 78% blue. In the HSL color space, it has a hue of 307°, saturation of 36%, and lightness of 70%.

HEX
#CE97C8
RGB
206, 151, 200
HSL
307°, 36%, 70%
HSV
307°, 27%, 81%
CMYK
0%, 27%, 3%, 19%
Name Match
Plum
Closest Standard

Shades of #CE97C8 (Darker Variations)

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

Tints of #CE97C8 (Lighter Variations)

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

Tones of #CE97C8 (Muted Variations)

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

Color Harmonies for #CE97C8

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

Developer Code Snippets & Tailwind CSS

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

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