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