Tan (Brown)
#A6C676
RGB: 166, 198, 118
Color OverviewHEX #A6C676

#A6C676 Color Code Information

In the RGB color space, #A6C676 is composed of 65% red, 78% green, and 46% blue. In the HSL color space, it has a hue of 84°, saturation of 41%, and lightness of 62%.

HEX
#A6C676
RGB
166, 198, 118
HSL
84°, 41%, 62%
HSV
84°, 40%, 78%
CMYK
16%, 0%, 40%, 22%
Name Match
Tan
Closest Standard

Shades of #A6C676 (Darker Variations)

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

Tints of #A6C676 (Lighter Variations)

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

Tones of #A6C676 (Muted Variations)

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

Color Harmonies for #A6C676

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

Developer Code Snippets & Tailwind CSS

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

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