Indian Red (Red)
#C9576B
RGB: 201, 87, 107
Color OverviewHEX #C9576B

#C9576B Color Code Information

In the RGB color space, #C9576B is composed of 79% red, 34% green, and 42% blue. In the HSL color space, it has a hue of 349°, saturation of 51%, and lightness of 56%.

HEX
#C9576B
RGB
201, 87, 107
HSL
349°, 51%, 56%
HSV
349°, 57%, 79%
CMYK
0%, 57%, 47%, 21%
Name Match
Indian Red
Closest Standard

Shades of #C9576B (Darker Variations)

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

Tints of #C9576B (Lighter Variations)

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

Tones of #C9576B (Muted Variations)

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

Color Harmonies for #C9576B

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

Developer Code Snippets & Tailwind CSS

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

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