Indian Red (Red)
#BA786D
RGB: 186, 120, 109
Color OverviewHEX #BA786D
#BA786D Color Code Information
In the RGB color space, #BA786D is composed of 73% red, 47% green, and 43% blue. In the HSL color space, it has a hue of 9°, saturation of 36%, and lightness of 58%.
HEX
#BA786D
RGB
186, 120, 109
HSL
9°, 36%, 58%
HSV
9°, 41%, 73%
CMYK
0%, 35%, 41%, 27%
Name Match
Indian Red
Closest StandardShades of #BA786D (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #BA786D (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #BA786D (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #BA786D
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #BA786D Background
Contrast Ratio against Pure White (#FFFFFF):3.5 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BA786D Background
Contrast Ratio against Pure Black (#000000):6 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #BA786D;
}
.element {
color: #BA786D;
background-color: #BA786D;
border-color: #BA786D;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#BA786D] text-[#BA786D] border-[#BA786D]"> Content styled with #BA786D </div>