Taupe (Brown)
#365232
RGB: 54, 82, 50
Color OverviewHEX #365232

#365232 Color Code Information

In the RGB color space, #365232 is composed of 21% red, 32% green, and 20% blue. In the HSL color space, it has a hue of 113°, saturation of 24%, and lightness of 26%.

HEX
#365232
RGB
54, 82, 50
HSL
113°, 24%, 26%
HSV
113°, 39%, 32%
CMYK
34%, 0%, 39%, 68%
Name Match
Taupe
Closest Standard

Shades of #365232 (Darker Variations)

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

Tints of #365232 (Lighter Variations)

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

Tones of #365232 (Muted Variations)

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

Color Harmonies for #365232

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

Developer Code Snippets & Tailwind CSS

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

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