Taupe (Brown)
#3D433C
RGB: 61, 67, 60
Color OverviewHEX #3D433C

#3D433C Color Code Information

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

HEX
#3D433C
RGB
61, 67, 60
HSL
111°, 6%, 25%
HSV
111°, 10%, 26%
CMYK
9%, 0%, 10%, 74%
Name Match
Taupe
Closest Standard

Shades of #3D433C (Darker Variations)

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

Tints of #3D433C (Lighter Variations)

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

Tones of #3D433C (Muted Variations)

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

Color Harmonies for #3D433C

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

Developer Code Snippets & Tailwind CSS

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

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