Tan (Brown)
#CAA2A2
RGB: 202, 162, 162
Color OverviewHEX #CAA2A2

#CAA2A2 Color Code Information

In the RGB color space, #CAA2A2 is composed of 79% red, 64% green, and 64% blue. In the HSL color space, it has a hue of 0°, saturation of 27%, and lightness of 71%.

HEX
#CAA2A2
RGB
202, 162, 162
HSL
0°, 27%, 71%
HSV
0°, 20%, 79%
CMYK
0%, 20%, 20%, 21%
Name Match
Tan
Closest Standard

Shades of #CAA2A2 (Darker Variations)

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

Tints of #CAA2A2 (Lighter Variations)

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

Tones of #CAA2A2 (Muted Variations)

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

Color Harmonies for #CAA2A2

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

Developer Code Snippets & Tailwind CSS

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

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