Tan (Brown)
#ABC08A
RGB: 171, 192, 138
Color OverviewHEX #ABC08A

#ABC08A Color Code Information

In the RGB color space, #ABC08A is composed of 67% red, 75% green, and 54% blue. In the HSL color space, it has a hue of 83°, saturation of 30%, and lightness of 65%.

HEX
#ABC08A
RGB
171, 192, 138
HSL
83°, 30%, 65%
HSV
83°, 28%, 75%
CMYK
11%, 0%, 28%, 25%
Name Match
Tan
Closest Standard

Shades of #ABC08A (Darker Variations)

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

Tints of #ABC08A (Lighter Variations)

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

Tones of #ABC08A (Muted Variations)

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

Color Harmonies for #ABC08A

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

Developer Code Snippets & Tailwind CSS

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

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