Taupe (Brown)
#514748
RGB: 81, 71, 72
Color OverviewHEX #514748

#514748 Color Code Information

In the RGB color space, #514748 is composed of 32% red, 28% green, and 28% blue. In the HSL color space, it has a hue of 354°, saturation of 7%, and lightness of 30%.

HEX
#514748
RGB
81, 71, 72
HSL
354°, 7%, 30%
HSV
354°, 12%, 32%
CMYK
0%, 12%, 11%, 68%
Name Match
Taupe
Closest Standard

Shades of #514748 (Darker Variations)

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

Tints of #514748 (Lighter Variations)

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

Tones of #514748 (Muted Variations)

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

Color Harmonies for #514748

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

Developer Code Snippets & Tailwind CSS

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

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