Dim Gray (Neutral)
#81565C
RGB: 129, 86, 92
Color OverviewHEX #81565C

#81565C Color Code Information

In the RGB color space, #81565C is composed of 51% red, 34% green, and 36% blue. In the HSL color space, it has a hue of 352°, saturation of 20%, and lightness of 42%.

HEX
#81565C
RGB
129, 86, 92
HSL
352°, 20%, 42%
HSV
352°, 33%, 51%
CMYK
0%, 33%, 29%, 49%
Name Match
Dim Gray
Closest Standard

Shades of #81565C (Darker Variations)

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

Tints of #81565C (Lighter Variations)

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

Tones of #81565C (Muted Variations)

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

Color Harmonies for #81565C

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

Developer Code Snippets & Tailwind CSS

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

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