Indian Red (Red)
#DF4368
RGB: 223, 67, 104
Color OverviewHEX #DF4368

#DF4368 Color Code Information

In the RGB color space, #DF4368 is composed of 87% red, 26% green, and 41% blue. In the HSL color space, it has a hue of 346°, saturation of 71%, and lightness of 57%.

HEX
#DF4368
RGB
223, 67, 104
HSL
346°, 71%, 57%
HSV
346°, 70%, 87%
CMYK
0%, 70%, 53%, 13%
Name Match
Indian Red
Closest Standard

Shades of #DF4368 (Darker Variations)

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

Tints of #DF4368 (Lighter Variations)

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

Tones of #DF4368 (Muted Variations)

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

Color Harmonies for #DF4368

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

Developer Code Snippets & Tailwind CSS

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

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