Tan (Brown)
#BAB577
RGB: 186, 181, 119
Color OverviewHEX #BAB577
#BAB577 Color Code Information
In the RGB color space, #BAB577 is composed of 73% red, 71% green, and 47% blue. In the HSL color space, it has a hue of 56°, saturation of 33%, and lightness of 60%.
HEX
#BAB577
RGB
186, 181, 119
HSL
56°, 33%, 60%
HSV
56°, 36%, 73%
CMYK
0%, 3%, 36%, 27%
Name Match
Tan
Closest StandardShades of #BAB577 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #BAB577 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #BAB577 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #BAB577
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 #BAB577 Background
Contrast Ratio against Pure White (#FFFFFF):2.11 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BAB577 Background
Contrast Ratio against Pure Black (#000000):9.96 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #BAB577;
}
.element {
color: #BAB577;
background-color: #BAB577;
border-color: #BAB577;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#BAB577] text-[#BAB577] border-[#BAB577]"> Content styled with #BAB577 </div>