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