Tan (Brown)
#CAC486
RGB: 202, 196, 134
Color OverviewHEX #CAC486

#CAC486 Color Code Information

In the RGB color space, #CAC486 is composed of 79% red, 77% green, and 53% blue. In the HSL color space, it has a hue of 55°, saturation of 39%, and lightness of 66%.

HEX
#CAC486
RGB
202, 196, 134
HSL
55°, 39%, 66%
HSV
55°, 34%, 79%
CMYK
0%, 3%, 34%, 21%
Name Match
Tan
Closest Standard

Shades of #CAC486 (Darker Variations)

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

Tints of #CAC486 (Lighter Variations)

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

Tones of #CAC486 (Muted Variations)

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

Color Harmonies for #CAC486

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

Developer Code Snippets & Tailwind CSS

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

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