Indian Red (Red)
#DF5883
RGB: 223, 88, 131
Color OverviewHEX #DF5883

#DF5883 Color Code Information

In the RGB color space, #DF5883 is composed of 87% red, 35% green, and 51% blue. In the HSL color space, it has a hue of 341°, saturation of 68%, and lightness of 61%.

HEX
#DF5883
RGB
223, 88, 131
HSL
341°, 68%, 61%
HSV
341°, 61%, 87%
CMYK
0%, 61%, 41%, 13%
Name Match
Indian Red
Closest Standard

Shades of #DF5883 (Darker Variations)

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

Tints of #DF5883 (Lighter Variations)

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

Tones of #DF5883 (Muted Variations)

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

Color Harmonies for #DF5883

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

Developer Code Snippets & Tailwind CSS

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

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