Taupe (Brown)
#60494B
RGB: 96, 73, 75
Color OverviewHEX #60494B

#60494B Color Code Information

In the RGB color space, #60494B is composed of 38% red, 29% green, and 29% blue. In the HSL color space, it has a hue of 355°, saturation of 14%, and lightness of 33%.

HEX
#60494B
RGB
96, 73, 75
HSL
355°, 14%, 33%
HSV
355°, 24%, 38%
CMYK
0%, 24%, 22%, 62%
Name Match
Taupe
Closest Standard

Shades of #60494B (Darker Variations)

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

Tints of #60494B (Lighter Variations)

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

Tones of #60494B (Muted Variations)

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

Color Harmonies for #60494B

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

Developer Code Snippets & Tailwind CSS

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

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