Rosy Brown (Brown)
#CA86B4
RGB: 202, 134, 180
Color OverviewHEX #CA86B4

#CA86B4 Color Code Information

In the RGB color space, #CA86B4 is composed of 79% red, 53% green, and 71% blue. In the HSL color space, it has a hue of 319°, saturation of 39%, and lightness of 66%.

HEX
#CA86B4
RGB
202, 134, 180
HSL
319°, 39%, 66%
HSV
319°, 34%, 79%
CMYK
0%, 34%, 11%, 21%
Name Match
Rosy Brown
Closest Standard

Shades of #CA86B4 (Darker Variations)

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

Tints of #CA86B4 (Lighter Variations)

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

Tones of #CA86B4 (Muted Variations)

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

Color Harmonies for #CA86B4

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

Developer Code Snippets & Tailwind CSS

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

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