Taupe (Brown)
#3E3F3E
RGB: 62, 63, 62
Color OverviewHEX #3E3F3E

#3E3F3E Color Code Information

In the RGB color space, #3E3F3E is composed of 24% red, 25% green, and 24% blue. In the HSL color space, it has a hue of 120°, saturation of 1%, and lightness of 25%.

HEX
#3E3F3E
RGB
62, 63, 62
HSL
120°, 1%, 25%
HSV
120°, 2%, 25%
CMYK
2%, 0%, 2%, 75%
Name Match
Taupe
Closest Standard

Shades of #3E3F3E (Darker Variations)

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

Tints of #3E3F3E (Lighter Variations)

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

Tones of #3E3F3E (Muted Variations)

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

Color Harmonies for #3E3F3E

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

Developer Code Snippets & Tailwind CSS

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

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