Rosy Brown (Brown)
#A996AB
RGB: 169, 150, 171
Color OverviewHEX #A996AB

#A996AB Color Code Information

In the RGB color space, #A996AB is composed of 66% red, 59% green, and 67% blue. In the HSL color space, it has a hue of 294°, saturation of 11%, and lightness of 63%.

HEX
#A996AB
RGB
169, 150, 171
HSL
294°, 11%, 63%
HSV
294°, 12%, 67%
CMYK
1%, 12%, 0%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #A996AB (Darker Variations)

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

Tints of #A996AB (Lighter Variations)

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

Tones of #A996AB (Muted Variations)

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

Color Harmonies for #A996AB

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

Developer Code Snippets & Tailwind CSS

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

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