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