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