Taupe (Brown)
#46442D
RGB: 70, 68, 45
Color OverviewHEX #46442D
#46442D Color Code Information
In the RGB color space, #46442D is composed of 27% red, 27% green, and 18% blue. In the HSL color space, it has a hue of 55°, saturation of 22%, and lightness of 23%.
HEX
#46442D
RGB
70, 68, 45
HSL
55°, 22%, 23%
HSV
55°, 36%, 27%
CMYK
0%, 3%, 36%, 73%
Name Match
Taupe
Closest StandardShades of #46442D (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #46442D (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #46442D (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #46442D
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 #46442D Background
Contrast Ratio against Pure White (#FFFFFF):9.88 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #46442D Background
Contrast Ratio against Pure Black (#000000):2.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #46442D;
}
.element {
color: #46442D;
background-color: #46442D;
border-color: #46442D;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#46442D] text-[#46442D] border-[#46442D]"> Content styled with #46442D </div>