Tan (Brown)
#DCA0AB
RGB: 220, 160, 171
Color OverviewHEX #DCA0AB

#DCA0AB Color Code Information

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

HEX
#DCA0AB
RGB
220, 160, 171
HSL
349°, 46%, 75%
HSV
349°, 27%, 86%
CMYK
0%, 27%, 22%, 14%
Name Match
Tan
Closest Standard

Shades of #DCA0AB (Darker Variations)

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

Tints of #DCA0AB (Lighter Variations)

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

Tones of #DCA0AB (Muted Variations)

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

Color Harmonies for #DCA0AB

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

Developer Code Snippets & Tailwind CSS

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

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