Taupe (Brown)
#3D413D
RGB: 61, 65, 61
Color OverviewHEX #3D413D
#3D413D Color Code Information
In the RGB color space, #3D413D is composed of 24% red, 25% green, and 24% blue. In the HSL color space, it has a hue of 120°, saturation of 3%, and lightness of 25%.
HEX
#3D413D
RGB
61, 65, 61
HSL
120°, 3%, 25%
HSV
120°, 6%, 25%
CMYK
6%, 0%, 6%, 75%
Name Match
Taupe
Closest StandardShades of #3D413D (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #3D413D (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #3D413D (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #3D413D
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #3D413D Background
Contrast Ratio against Pure White (#FFFFFF):10.39 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #3D413D Background
Contrast Ratio against Pure Black (#000000):2.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #3D413D;
}
.element {
color: #3D413D;
background-color: #3D413D;
border-color: #3D413D;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#3D413D] text-[#3D413D] border-[#3D413D]"> Content styled with #3D413D </div>