Tan (Brown)
#BCAB89
RGB: 188, 171, 137
Color OverviewHEX #BCAB89

#BCAB89 Color Code Information

In the RGB color space, #BCAB89 is composed of 74% red, 67% green, and 54% blue. In the HSL color space, it has a hue of 40°, saturation of 28%, and lightness of 64%.

HEX
#BCAB89
RGB
188, 171, 137
HSL
40°, 28%, 64%
HSV
40°, 27%, 74%
CMYK
0%, 9%, 27%, 26%
Name Match
Tan
Closest Standard

Shades of #BCAB89 (Darker Variations)

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

Tints of #BCAB89 (Lighter Variations)

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

Tones of #BCAB89 (Muted Variations)

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

Color Harmonies for #BCAB89

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

Developer Code Snippets & Tailwind CSS

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

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