Plum (Purple)
#C09AE8
RGB: 192, 154, 232
Color OverviewHEX #C09AE8

#C09AE8 Color Code Information

In the RGB color space, #C09AE8 is composed of 75% red, 60% green, and 91% blue. In the HSL color space, it has a hue of 269°, saturation of 63%, and lightness of 76%.

HEX
#C09AE8
RGB
192, 154, 232
HSL
269°, 63%, 76%
HSV
269°, 34%, 91%
CMYK
17%, 34%, 0%, 9%
Name Match
Plum
Closest Standard

Shades of #C09AE8 (Darker Variations)

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

Tints of #C09AE8 (Lighter Variations)

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

Tones of #C09AE8 (Muted Variations)

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

Color Harmonies for #C09AE8

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

Developer Code Snippets & Tailwind CSS

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

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