Taupe (Brown)
#54473B
RGB: 84, 71, 59
Color OverviewHEX #54473B

#54473B Color Code Information

In the RGB color space, #54473B is composed of 33% red, 28% green, and 23% blue. In the HSL color space, it has a hue of 29°, saturation of 17%, and lightness of 28%.

HEX
#54473B
RGB
84, 71, 59
HSL
29°, 17%, 28%
HSV
29°, 30%, 33%
CMYK
0%, 15%, 30%, 67%
Name Match
Taupe
Closest Standard

Shades of #54473B (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #54473B (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #54473B (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #54473B

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #54473B Background
Contrast Ratio against Pure White (#FFFFFF):8.97 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #54473B Background
Contrast Ratio against Pure Black (#000000):2.34 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #54473B;
}

.element {
  color: #54473B;
  background-color: #54473B;
  border-color: #54473B;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#54473B] text-[#54473B] border-[#54473B]">
  Content styled with #54473B
</div>