Tan (Brown)
#A8C482
RGB: 168, 196, 130
Color OverviewHEX #A8C482

#A8C482 Color Code Information

In the RGB color space, #A8C482 is composed of 66% red, 77% green, and 51% blue. In the HSL color space, it has a hue of 85°, saturation of 36%, and lightness of 64%.

HEX
#A8C482
RGB
168, 196, 130
HSL
85°, 36%, 64%
HSV
85°, 34%, 77%
CMYK
14%, 0%, 34%, 23%
Name Match
Tan
Closest Standard

Shades of #A8C482 (Darker Variations)

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

Tints of #A8C482 (Lighter Variations)

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

Tones of #A8C482 (Muted Variations)

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

Color Harmonies for #A8C482

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

Developer Code Snippets & Tailwind CSS

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

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