Tan (Brown)
#BEBB9D
RGB: 190, 187, 157
Color OverviewHEX #BEBB9D

#BEBB9D Color Code Information

In the RGB color space, #BEBB9D is composed of 75% red, 73% green, and 62% blue. In the HSL color space, it has a hue of 55°, saturation of 20%, and lightness of 68%.

HEX
#BEBB9D
RGB
190, 187, 157
HSL
55°, 20%, 68%
HSV
55°, 17%, 75%
CMYK
0%, 2%, 17%, 25%
Name Match
Tan
Closest Standard

Shades of #BEBB9D (Darker Variations)

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

Tints of #BEBB9D (Lighter Variations)

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

Tones of #BEBB9D (Muted Variations)

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

Color Harmonies for #BEBB9D

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

Developer Code Snippets & Tailwind CSS

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

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