Taupe (Brown)
#3C4241
RGB: 60, 66, 65
Color OverviewHEX #3C4241

#3C4241 Color Code Information

In the RGB color space, #3C4241 is composed of 24% red, 26% green, and 25% blue. In the HSL color space, it has a hue of 170°, saturation of 5%, and lightness of 25%.

HEX
#3C4241
RGB
60, 66, 65
HSL
170°, 5%, 25%
HSV
170°, 9%, 26%
CMYK
9%, 0%, 2%, 74%
Name Match
Taupe
Closest Standard

Shades of #3C4241 (Darker Variations)

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

Tints of #3C4241 (Lighter Variations)

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

Tones of #3C4241 (Muted Variations)

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

Color Harmonies for #3C4241

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

Developer Code Snippets & Tailwind CSS

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

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