Indian Red (Red)
#BF475B
RGB: 191, 71, 91
Color OverviewHEX #BF475B

#BF475B Color Code Information

In the RGB color space, #BF475B is composed of 75% red, 28% green, and 36% blue. In the HSL color space, it has a hue of 350°, saturation of 48%, and lightness of 51%.

HEX
#BF475B
RGB
191, 71, 91
HSL
350°, 48%, 51%
HSV
350°, 63%, 75%
CMYK
0%, 63%, 52%, 25%
Name Match
Indian Red
Closest Standard

Shades of #BF475B (Darker Variations)

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

Tints of #BF475B (Lighter Variations)

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

Tones of #BF475B (Muted Variations)

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

Color Harmonies for #BF475B

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

Developer Code Snippets & Tailwind CSS

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

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