Tan (Brown)
#DCA0AA
RGB: 220, 160, 170
Color OverviewHEX #DCA0AA

#DCA0AA Color Code Information

In the RGB color space, #DCA0AA is composed of 86% red, 63% green, and 67% blue. In the HSL color space, it has a hue of 350°, saturation of 46%, and lightness of 75%.

HEX
#DCA0AA
RGB
220, 160, 170
HSL
350°, 46%, 75%
HSV
350°, 27%, 86%
CMYK
0%, 27%, 23%, 14%
Name Match
Tan
Closest Standard

Shades of #DCA0AA (Darker Variations)

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

Tints of #DCA0AA (Lighter Variations)

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

Tones of #DCA0AA (Muted Variations)

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

Color Harmonies for #DCA0AA

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

Developer Code Snippets & Tailwind CSS

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

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