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