Taupe (Brown)
#503F41
RGB: 80, 63, 65
Color OverviewHEX #503F41

#503F41 Color Code Information

In the RGB color space, #503F41 is composed of 31% red, 25% green, and 25% blue. In the HSL color space, it has a hue of 353°, saturation of 12%, and lightness of 28%.

HEX
#503F41
RGB
80, 63, 65
HSL
353°, 12%, 28%
HSV
353°, 21%, 31%
CMYK
0%, 21%, 19%, 69%
Name Match
Taupe
Closest Standard

Shades of #503F41 (Darker Variations)

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

Tints of #503F41 (Lighter Variations)

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

Tones of #503F41 (Muted Variations)

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

Color Harmonies for #503F41

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

Developer Code Snippets & Tailwind CSS

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

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