Tan (Brown)
#BEA67B
RGB: 190, 166, 123
Color OverviewHEX #BEA67B

#BEA67B Color Code Information

In the RGB color space, #BEA67B is composed of 75% red, 65% green, and 48% blue. In the HSL color space, it has a hue of 39°, saturation of 34%, and lightness of 61%.

HEX
#BEA67B
RGB
190, 166, 123
HSL
39°, 34%, 61%
HSV
39°, 35%, 75%
CMYK
0%, 13%, 35%, 25%
Name Match
Tan
Closest Standard

Shades of #BEA67B (Darker Variations)

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

Tints of #BEA67B (Lighter Variations)

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

Tones of #BEA67B (Muted Variations)

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

Color Harmonies for #BEA67B

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

Developer Code Snippets & Tailwind CSS

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

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