Rosy Brown (Brown)
#C985A6
RGB: 201, 133, 166
Color OverviewHEX #C985A6

#C985A6 Color Code Information

In the RGB color space, #C985A6 is composed of 79% red, 52% green, and 65% blue. In the HSL color space, it has a hue of 331°, saturation of 39%, and lightness of 65%.

HEX
#C985A6
RGB
201, 133, 166
HSL
331°, 39%, 65%
HSV
331°, 34%, 79%
CMYK
0%, 34%, 17%, 21%
Name Match
Rosy Brown
Closest Standard

Shades of #C985A6 (Darker Variations)

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

Tints of #C985A6 (Lighter Variations)

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

Tones of #C985A6 (Muted Variations)

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

Color Harmonies for #C985A6

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

Developer Code Snippets & Tailwind CSS

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

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