Plum (Purple)
#CBA0CF
RGB: 203, 160, 207
Color OverviewHEX #CBA0CF

#CBA0CF Color Code Information

In the RGB color space, #CBA0CF is composed of 80% red, 63% green, and 81% blue. In the HSL color space, it has a hue of 295°, saturation of 33%, and lightness of 72%.

HEX
#CBA0CF
RGB
203, 160, 207
HSL
295°, 33%, 72%
HSV
295°, 23%, 81%
CMYK
2%, 23%, 0%, 19%
Name Match
Plum
Closest Standard

Shades of #CBA0CF (Darker Variations)

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

Tints of #CBA0CF (Lighter Variations)

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

Tones of #CBA0CF (Muted Variations)

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

Color Harmonies for #CBA0CF

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

Developer Code Snippets & Tailwind CSS

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

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