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