Indian Red (Red)
#BA606F
RGB: 186, 96, 111
Color OverviewHEX #BA606F

#BA606F Color Code Information

In the RGB color space, #BA606F is composed of 73% red, 38% green, and 44% blue. In the HSL color space, it has a hue of 350°, saturation of 39%, and lightness of 55%.

HEX
#BA606F
RGB
186, 96, 111
HSL
350°, 39%, 55%
HSV
350°, 48%, 73%
CMYK
0%, 48%, 40%, 27%
Name Match
Indian Red
Closest Standard

Shades of #BA606F (Darker Variations)

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

Tints of #BA606F (Lighter Variations)

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

Tones of #BA606F (Muted Variations)

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

Color Harmonies for #BA606F

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

Developer Code Snippets & Tailwind CSS

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

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