Tan (Brown)
#AECF7C
RGB: 174, 207, 124
Color OverviewHEX #AECF7C

#AECF7C Color Code Information

In the RGB color space, #AECF7C is composed of 68% red, 81% green, and 49% blue. In the HSL color space, it has a hue of 84°, saturation of 46%, and lightness of 65%.

HEX
#AECF7C
RGB
174, 207, 124
HSL
84°, 46%, 65%
HSV
84°, 40%, 81%
CMYK
16%, 0%, 40%, 19%
Name Match
Tan
Closest Standard

Shades of #AECF7C (Darker Variations)

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

Tints of #AECF7C (Lighter Variations)

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

Tones of #AECF7C (Muted Variations)

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

Color Harmonies for #AECF7C

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

Developer Code Snippets & Tailwind CSS

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

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