Rosy Brown (Brown)
#AD8CA1
RGB: 173, 140, 161
Color OverviewHEX #AD8CA1

#AD8CA1 Color Code Information

In the RGB color space, #AD8CA1 is composed of 68% red, 55% green, and 63% blue. In the HSL color space, it has a hue of 322°, saturation of 17%, and lightness of 61%.

HEX
#AD8CA1
RGB
173, 140, 161
HSL
322°, 17%, 61%
HSV
322°, 19%, 68%
CMYK
0%, 19%, 7%, 32%
Name Match
Rosy Brown
Closest Standard

Shades of #AD8CA1 (Darker Variations)

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

Tints of #AD8CA1 (Lighter Variations)

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

Tones of #AD8CA1 (Muted Variations)

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

Color Harmonies for #AD8CA1

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

Developer Code Snippets & Tailwind CSS

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

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