Gray (Neutral)
#85817D
RGB: 133, 129, 125
Color OverviewHEX #85817D

#85817D Color Code Information

In the RGB color space, #85817D is composed of 52% red, 51% green, and 49% blue. In the HSL color space, it has a hue of 30°, saturation of 3%, and lightness of 51%.

HEX
#85817D
RGB
133, 129, 125
HSL
30°, 3%, 51%
HSV
30°, 6%, 52%
CMYK
0%, 3%, 6%, 48%
Name Match
Gray
Closest Standard

Shades of #85817D (Darker Variations)

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

Tints of #85817D (Lighter Variations)

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

Tones of #85817D (Muted Variations)

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

Color Harmonies for #85817D

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

Developer Code Snippets & Tailwind CSS

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

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