Indian Red (Red)
#B95B5F
RGB: 185, 91, 95
Color OverviewHEX #B95B5F

#B95B5F Color Code Information

In the RGB color space, #B95B5F is composed of 73% red, 36% green, and 37% blue. In the HSL color space, it has a hue of 357°, saturation of 40%, and lightness of 54%.

HEX
#B95B5F
RGB
185, 91, 95
HSL
357°, 40%, 54%
HSV
357°, 51%, 73%
CMYK
0%, 51%, 49%, 27%
Name Match
Indian Red
Closest Standard

Shades of #B95B5F (Darker Variations)

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

Tints of #B95B5F (Lighter Variations)

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

Tones of #B95B5F (Muted Variations)

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

Color Harmonies for #B95B5F

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

Developer Code Snippets & Tailwind CSS

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

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