Tan (Brown)
#D39FA7
RGB: 211, 159, 167
Color OverviewHEX #D39FA7

#D39FA7 Color Code Information

In the RGB color space, #D39FA7 is composed of 83% red, 62% green, and 65% blue. In the HSL color space, it has a hue of 351°, saturation of 37%, and lightness of 73%.

HEX
#D39FA7
RGB
211, 159, 167
HSL
351°, 37%, 73%
HSV
351°, 25%, 83%
CMYK
0%, 25%, 21%, 17%
Name Match
Tan
Closest Standard

Shades of #D39FA7 (Darker Variations)

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

Tints of #D39FA7 (Lighter Variations)

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

Tones of #D39FA7 (Muted Variations)

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

Color Harmonies for #D39FA7

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

Developer Code Snippets & Tailwind CSS

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

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