Tan (Brown)
#DC97A3
RGB: 220, 151, 163
Color OverviewHEX #DC97A3

#DC97A3 Color Code Information

In the RGB color space, #DC97A3 is composed of 86% red, 59% green, and 64% blue. In the HSL color space, it has a hue of 350°, saturation of 50%, and lightness of 73%.

HEX
#DC97A3
RGB
220, 151, 163
HSL
350°, 50%, 73%
HSV
350°, 31%, 86%
CMYK
0%, 31%, 26%, 14%
Name Match
Tan
Closest Standard

Shades of #DC97A3 (Darker Variations)

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

Tints of #DC97A3 (Lighter Variations)

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

Tones of #DC97A3 (Muted Variations)

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

Color Harmonies for #DC97A3

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

Developer Code Snippets & Tailwind CSS

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

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