Indian Red (Red)
#D53F58
RGB: 213, 63, 88
Color OverviewHEX #D53F58

#D53F58 Color Code Information

In the RGB color space, #D53F58 is composed of 84% red, 25% green, and 35% blue. In the HSL color space, it has a hue of 350°, saturation of 64%, and lightness of 54%.

HEX
#D53F58
RGB
213, 63, 88
HSL
350°, 64%, 54%
HSV
350°, 70%, 84%
CMYK
0%, 70%, 59%, 16%
Name Match
Indian Red
Closest Standard

Shades of #D53F58 (Darker Variations)

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

Tints of #D53F58 (Lighter Variations)

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

Tones of #D53F58 (Muted Variations)

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

Color Harmonies for #D53F58

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

Developer Code Snippets & Tailwind CSS

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

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