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