Taupe (Brown)
#583C02
RGB: 88, 60, 2
Color OverviewHEX #583C02

#583C02 Color Code Information

In the RGB color space, #583C02 is composed of 35% red, 24% green, and 1% blue. In the HSL color space, it has a hue of 40°, saturation of 96%, and lightness of 18%.

HEX
#583C02
RGB
88, 60, 2
HSL
40°, 96%, 18%
HSV
40°, 98%, 35%
CMYK
0%, 32%, 98%, 65%
Name Match
Taupe
Closest Standard

Shades of #583C02 (Darker Variations)

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

Tints of #583C02 (Lighter Variations)

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

Tones of #583C02 (Muted Variations)

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

Color Harmonies for #583C02

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

Developer Code Snippets & Tailwind CSS

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

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