Rosy Brown (Brown)
#AD8285
RGB: 173, 130, 133
Color OverviewHEX #AD8285

#AD8285 Color Code Information

In the RGB color space, #AD8285 is composed of 68% red, 51% green, and 52% blue. In the HSL color space, it has a hue of 356°, saturation of 21%, and lightness of 59%.

HEX
#AD8285
RGB
173, 130, 133
HSL
356°, 21%, 59%
HSV
356°, 25%, 68%
CMYK
0%, 25%, 23%, 32%
Name Match
Rosy Brown
Closest Standard

Shades of #AD8285 (Darker Variations)

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

Tints of #AD8285 (Lighter Variations)

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

Tones of #AD8285 (Muted Variations)

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

Color Harmonies for #AD8285

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

Developer Code Snippets & Tailwind CSS

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

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