Taupe (Brown)
#58403B
RGB: 88, 64, 59
Color OverviewHEX #58403B

#58403B Color Code Information

In the RGB color space, #58403B is composed of 35% red, 25% green, and 23% blue. In the HSL color space, it has a hue of 10°, saturation of 20%, and lightness of 29%.

HEX
#58403B
RGB
88, 64, 59
HSL
10°, 20%, 29%
HSV
10°, 33%, 35%
CMYK
0%, 27%, 33%, 65%
Name Match
Taupe
Closest Standard

Shades of #58403B (Darker Variations)

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

Tints of #58403B (Lighter Variations)

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

Tones of #58403B (Muted Variations)

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

Color Harmonies for #58403B

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

Developer Code Snippets & Tailwind CSS

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

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