Gray (Neutral)
#85847D
RGB: 133, 132, 125
Color OverviewHEX #85847D

#85847D Color Code Information

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

HEX
#85847D
RGB
133, 132, 125
HSL
53°, 3%, 51%
HSV
53°, 6%, 52%
CMYK
0%, 1%, 6%, 48%
Name Match
Gray
Closest Standard

Shades of #85847D (Darker Variations)

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

Tints of #85847D (Lighter Variations)

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

Tones of #85847D (Muted Variations)

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

Color Harmonies for #85847D

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

Developer Code Snippets & Tailwind CSS

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

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