Taupe (Brown)
#414641
RGB: 65, 70, 65
Color OverviewHEX #414641

#414641 Color Code Information

In the RGB color space, #414641 is composed of 25% red, 27% green, and 25% blue. In the HSL color space, it has a hue of 120°, saturation of 4%, and lightness of 26%.

HEX
#414641
RGB
65, 70, 65
HSL
120°, 4%, 26%
HSV
120°, 7%, 27%
CMYK
7%, 0%, 7%, 73%
Name Match
Taupe
Closest Standard

Shades of #414641 (Darker Variations)

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

Tints of #414641 (Lighter Variations)

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

Tones of #414641 (Muted Variations)

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

Color Harmonies for #414641

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

Developer Code Snippets & Tailwind CSS

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

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