Tan (Brown)
#A5CF73
RGB: 165, 207, 115
Color OverviewHEX #A5CF73

#A5CF73 Color Code Information

In the RGB color space, #A5CF73 is composed of 65% red, 81% green, and 45% blue. In the HSL color space, it has a hue of 87°, saturation of 49%, and lightness of 63%.

HEX
#A5CF73
RGB
165, 207, 115
HSL
87°, 49%, 63%
HSV
87°, 44%, 81%
CMYK
20%, 0%, 44%, 19%
Name Match
Tan
Closest Standard

Shades of #A5CF73 (Darker Variations)

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

Tints of #A5CF73 (Lighter Variations)

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

Tones of #A5CF73 (Muted Variations)

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

Color Harmonies for #A5CF73

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

Developer Code Snippets & Tailwind CSS

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

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