Taupe (Brown)
#513647
RGB: 81, 54, 71
Color OverviewHEX #513647

#513647 Color Code Information

In the RGB color space, #513647 is composed of 32% red, 21% green, and 28% blue. In the HSL color space, it has a hue of 322°, saturation of 20%, and lightness of 26%.

HEX
#513647
RGB
81, 54, 71
HSL
322°, 20%, 26%
HSV
322°, 33%, 32%
CMYK
0%, 33%, 12%, 68%
Name Match
Taupe
Closest Standard

Shades of #513647 (Darker Variations)

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

Tints of #513647 (Lighter Variations)

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

Tones of #513647 (Muted Variations)

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

Color Harmonies for #513647

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

Developer Code Snippets & Tailwind CSS

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

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