Tan (Brown)
#CACA9B
RGB: 202, 202, 155
Color OverviewHEX #CACA9B

#CACA9B Color Code Information

In the RGB color space, #CACA9B is composed of 79% red, 79% green, and 61% blue. In the HSL color space, it has a hue of 60°, saturation of 31%, and lightness of 70%.

HEX
#CACA9B
RGB
202, 202, 155
HSL
60°, 31%, 70%
HSV
60°, 23%, 79%
CMYK
0%, 0%, 23%, 21%
Name Match
Tan
Closest Standard

Shades of #CACA9B (Darker Variations)

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

Tints of #CACA9B (Lighter Variations)

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

Tones of #CACA9B (Muted Variations)

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

Color Harmonies for #CACA9B

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

Developer Code Snippets & Tailwind CSS

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

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