Taupe (Brown)
#4A602A
RGB: 74, 96, 42
Color OverviewHEX #4A602A

#4A602A Color Code Information

In the RGB color space, #4A602A is composed of 29% red, 38% green, and 16% blue. In the HSL color space, it has a hue of 84°, saturation of 39%, and lightness of 27%.

HEX
#4A602A
RGB
74, 96, 42
HSL
84°, 39%, 27%
HSV
84°, 56%, 38%
CMYK
23%, 0%, 56%, 62%
Name Match
Taupe
Closest Standard

Shades of #4A602A (Darker Variations)

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

Tints of #4A602A (Lighter Variations)

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

Tones of #4A602A (Muted Variations)

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

Color Harmonies for #4A602A

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 #4A602A Background
Contrast Ratio against Pure White (#FFFFFF):7.01 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #4A602A Background
Contrast Ratio against Pure Black (#000000):3 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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