Indian Red (Red)
#DD7962
RGB: 221, 121, 98
Color OverviewHEX #DD7962

#DD7962 Color Code Information

In the RGB color space, #DD7962 is composed of 87% red, 47% green, and 38% blue. In the HSL color space, it has a hue of 11°, saturation of 64%, and lightness of 63%.

HEX
#DD7962
RGB
221, 121, 98
HSL
11°, 64%, 63%
HSV
11°, 56%, 87%
CMYK
0%, 45%, 56%, 13%
Name Match
Indian Red
Closest Standard

Shades of #DD7962 (Darker Variations)

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

Tints of #DD7962 (Lighter Variations)

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

Tones of #DD7962 (Muted Variations)

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

Color Harmonies for #DD7962

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

Developer Code Snippets & Tailwind CSS

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

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