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