Tan (Brown)
#C2A466
RGB: 194, 164, 102
Color OverviewHEX #C2A466

#C2A466 Color Code Information

In the RGB color space, #C2A466 is composed of 76% red, 64% green, and 40% blue. In the HSL color space, it has a hue of 40°, saturation of 43%, and lightness of 58%.

HEX
#C2A466
RGB
194, 164, 102
HSL
40°, 43%, 58%
HSV
40°, 47%, 76%
CMYK
0%, 15%, 47%, 24%
Name Match
Tan
Closest Standard

Shades of #C2A466 (Darker Variations)

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

Tints of #C2A466 (Lighter Variations)

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

Tones of #C2A466 (Muted Variations)

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

Color Harmonies for #C2A466

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

Developer Code Snippets & Tailwind CSS

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

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