Taupe (Brown)
#3C4036
RGB: 60, 64, 54
Color OverviewHEX #3C4036

#3C4036 Color Code Information

In the RGB color space, #3C4036 is composed of 24% red, 25% green, and 21% blue. In the HSL color space, it has a hue of 84°, saturation of 8%, and lightness of 23%.

HEX
#3C4036
RGB
60, 64, 54
HSL
84°, 8%, 23%
HSV
84°, 16%, 25%
CMYK
6%, 0%, 16%, 75%
Name Match
Taupe
Closest Standard

Shades of #3C4036 (Darker Variations)

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

Tints of #3C4036 (Lighter Variations)

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

Tones of #3C4036 (Muted Variations)

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

Color Harmonies for #3C4036

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

Developer Code Snippets & Tailwind CSS

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

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