Indian Red (Red)
#BA6574
RGB: 186, 101, 116
Color OverviewHEX #BA6574

#BA6574 Color Code Information

In the RGB color space, #BA6574 is composed of 73% red, 40% green, and 45% blue. In the HSL color space, it has a hue of 349°, saturation of 38%, and lightness of 56%.

HEX
#BA6574
RGB
186, 101, 116
HSL
349°, 38%, 56%
HSV
349°, 46%, 73%
CMYK
0%, 46%, 38%, 27%
Name Match
Indian Red
Closest Standard

Shades of #BA6574 (Darker Variations)

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

Tints of #BA6574 (Lighter Variations)

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

Tones of #BA6574 (Muted Variations)

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

Color Harmonies for #BA6574

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

Developer Code Snippets & Tailwind CSS

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

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