Tan (Brown)
#C4A88D
RGB: 196, 168, 141
Color OverviewHEX #C4A88D
#C4A88D Color Code Information
In the RGB color space, #C4A88D is composed of 77% red, 66% green, and 55% blue. In the HSL color space, it has a hue of 29°, saturation of 32%, and lightness of 66%.
HEX
#C4A88D
RGB
196, 168, 141
HSL
29°, 32%, 66%
HSV
29°, 28%, 77%
CMYK
0%, 14%, 28%, 23%
Name Match
Tan
Closest StandardShades of #C4A88D (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #C4A88D (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #C4A88D (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #C4A88D
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 #C4A88D Background
Contrast Ratio against Pure White (#FFFFFF):2.25 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C4A88D Background
Contrast Ratio against Pure Black (#000000):9.33 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #C4A88D;
}
.element {
color: #C4A88D;
background-color: #C4A88D;
border-color: #C4A88D;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#C4A88D] text-[#C4A88D] border-[#C4A88D]"> Content styled with #C4A88D </div>