Taupe (Brown)
#554644
RGB: 85, 70, 68
Color OverviewHEX #554644

#554644 Color Code Information

In the RGB color space, #554644 is composed of 33% red, 27% green, and 27% blue. In the HSL color space, it has a hue of 7°, saturation of 11%, and lightness of 30%.

HEX
#554644
RGB
85, 70, 68
HSL
7°, 11%, 30%
HSV
7°, 20%, 33%
CMYK
0%, 18%, 20%, 67%
Name Match
Taupe
Closest Standard

Shades of #554644 (Darker Variations)

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

Tints of #554644 (Lighter Variations)

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

Tones of #554644 (Muted Variations)

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

Color Harmonies for #554644

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 #554644 Background
Contrast Ratio against Pure White (#FFFFFF):8.95 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #554644 Background
Contrast Ratio against Pure Black (#000000):2.35 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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