Tan (Brown)
#DFA3AD
RGB: 223, 163, 173
Color OverviewHEX #DFA3AD

#DFA3AD Color Code Information

In the RGB color space, #DFA3AD is composed of 87% red, 64% green, and 68% blue. In the HSL color space, it has a hue of 350°, saturation of 48%, and lightness of 76%.

HEX
#DFA3AD
RGB
223, 163, 173
HSL
350°, 48%, 76%
HSV
350°, 27%, 87%
CMYK
0%, 27%, 22%, 13%
Name Match
Tan
Closest Standard

Shades of #DFA3AD (Darker Variations)

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

Tints of #DFA3AD (Lighter Variations)

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

Tones of #DFA3AD (Muted Variations)

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

Color Harmonies for #DFA3AD

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

Developer Code Snippets & Tailwind CSS

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

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