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