Rosy Brown (Brown)
#AA88AA
RGB: 170, 136, 170
Color OverviewHEX #AA88AA

#AA88AA Color Code Information

In the RGB color space, #AA88AA is composed of 67% red, 53% green, and 67% blue. In the HSL color space, it has a hue of 300°, saturation of 17%, and lightness of 60%.

HEX
#AA88AA
RGB
170, 136, 170
HSL
300°, 17%, 60%
HSV
300°, 20%, 67%
CMYK
0%, 20%, 0%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #AA88AA (Darker Variations)

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

Tints of #AA88AA (Lighter Variations)

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

Tones of #AA88AA (Muted Variations)

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

Color Harmonies for #AA88AA

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

Developer Code Snippets & Tailwind CSS

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

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