Rosy Brown (Brown)
#A87C95
RGB: 168, 124, 149
Color OverviewHEX #A87C95

#A87C95 Color Code Information

In the RGB color space, #A87C95 is composed of 66% red, 49% green, and 58% blue. In the HSL color space, it has a hue of 326°, saturation of 20%, and lightness of 57%.

HEX
#A87C95
RGB
168, 124, 149
HSL
326°, 20%, 57%
HSV
326°, 26%, 66%
CMYK
0%, 26%, 11%, 34%
Name Match
Rosy Brown
Closest Standard

Shades of #A87C95 (Darker Variations)

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

Tints of #A87C95 (Lighter Variations)

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

Tones of #A87C95 (Muted Variations)

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

Color Harmonies for #A87C95

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

Developer Code Snippets & Tailwind CSS

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

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