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