Indian Red (Red)
#D8564F
RGB: 216, 86, 79
Color OverviewHEX #D8564F

#D8564F Color Code Information

In the RGB color space, #D8564F is composed of 85% red, 34% green, and 31% blue. In the HSL color space, it has a hue of 3°, saturation of 64%, and lightness of 58%.

HEX
#D8564F
RGB
216, 86, 79
HSL
3°, 64%, 58%
HSV
3°, 63%, 85%
CMYK
0%, 60%, 63%, 15%
Name Match
Indian Red
Closest Standard

Shades of #D8564F (Darker Variations)

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

Tints of #D8564F (Lighter Variations)

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

Tones of #D8564F (Muted Variations)

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

Color Harmonies for #D8564F

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

Developer Code Snippets & Tailwind CSS

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

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