Tan (Brown)
#AFBC8F
RGB: 175, 188, 143
Color OverviewHEX #AFBC8F
#AFBC8F Color Code Information
In the RGB color space, #AFBC8F is composed of 69% red, 74% green, and 56% blue. In the HSL color space, it has a hue of 77°, saturation of 25%, and lightness of 65%.
HEX
#AFBC8F
RGB
175, 188, 143
HSL
77°, 25%, 65%
HSV
77°, 24%, 74%
CMYK
7%, 0%, 24%, 26%
Name Match
Tan
Closest StandardShades of #AFBC8F (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #AFBC8F (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #AFBC8F (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #AFBC8F
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #AFBC8F Background
Contrast Ratio against Pure White (#FFFFFF):2.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AFBC8F Background
Contrast Ratio against Pure Black (#000000):10.41 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #AFBC8F;
}
.element {
color: #AFBC8F;
background-color: #AFBC8F;
border-color: #AFBC8F;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#AFBC8F] text-[#AFBC8F] border-[#AFBC8F]"> Content styled with #AFBC8F </div>