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