Taupe (Brown)
#555334
RGB: 85, 83, 52
Color OverviewHEX #555334

#555334 Color Code Information

In the RGB color space, #555334 is composed of 33% red, 33% green, and 20% blue. In the HSL color space, it has a hue of 56°, saturation of 24%, and lightness of 27%.

HEX
#555334
RGB
85, 83, 52
HSL
56°, 24%, 27%
HSV
56°, 39%, 33%
CMYK
0%, 2%, 39%, 67%
Name Match
Taupe
Closest Standard

Shades of #555334 (Darker Variations)

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

Tints of #555334 (Lighter Variations)

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

Tones of #555334 (Muted Variations)

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

Color Harmonies for #555334

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

Developer Code Snippets & Tailwind CSS

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

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