Taupe (Brown)
#4A482C
RGB: 74, 72, 44
Color OverviewHEX #4A482C

#4A482C Color Code Information

In the RGB color space, #4A482C is composed of 29% red, 28% green, and 17% blue. In the HSL color space, it has a hue of 56°, saturation of 25%, and lightness of 23%.

HEX
#4A482C
RGB
74, 72, 44
HSL
56°, 25%, 23%
HSV
56°, 41%, 29%
CMYK
0%, 3%, 41%, 71%
Name Match
Taupe
Closest Standard

Shades of #4A482C (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #4A482C (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #4A482C (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #4A482C

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #4A482C Background
Contrast Ratio against Pure White (#FFFFFF):9.31 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #4A482C Background
Contrast Ratio against Pure Black (#000000):2.25 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #4A482C;
}

.element {
  color: #4A482C;
  background-color: #4A482C;
  border-color: #4A482C;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#4A482C] text-[#4A482C] border-[#4A482C]">
  Content styled with #4A482C
</div>