Rosy Brown (Brown)
#AD9CAD
RGB: 173, 156, 173
Color OverviewHEX #AD9CAD

#AD9CAD Color Code Information

In the RGB color space, #AD9CAD is composed of 68% red, 61% green, and 68% blue. In the HSL color space, it has a hue of 300°, saturation of 9%, and lightness of 65%.

HEX
#AD9CAD
RGB
173, 156, 173
HSL
300°, 9%, 65%
HSV
300°, 10%, 68%
CMYK
0%, 10%, 0%, 32%
Name Match
Rosy Brown
Closest Standard

Shades of #AD9CAD (Darker Variations)

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

Tints of #AD9CAD (Lighter Variations)

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

Tones of #AD9CAD (Muted Variations)

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

Color Harmonies for #AD9CAD

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

Developer Code Snippets & Tailwind CSS

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

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