Dim Gray (Neutral)
#796371
RGB: 121, 99, 113
Color OverviewHEX #796371

#796371 Color Code Information

In the RGB color space, #796371 is composed of 47% red, 39% green, and 44% blue. In the HSL color space, it has a hue of 322°, saturation of 10%, and lightness of 43%.

HEX
#796371
RGB
121, 99, 113
HSL
322°, 10%, 43%
HSV
322°, 18%, 47%
CMYK
0%, 18%, 7%, 53%
Name Match
Dim Gray
Closest Standard

Shades of #796371 (Darker Variations)

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

Tints of #796371 (Lighter Variations)

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

Tones of #796371 (Muted Variations)

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

Color Harmonies for #796371

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

Developer Code Snippets & Tailwind CSS

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

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