Gray (Neutral)
#89807A
RGB: 137, 128, 122
Color OverviewHEX #89807A

#89807A Color Code Information

In the RGB color space, #89807A is composed of 54% red, 50% green, and 48% blue. In the HSL color space, it has a hue of 24°, saturation of 6%, and lightness of 51%.

HEX
#89807A
RGB
137, 128, 122
HSL
24°, 6%, 51%
HSV
24°, 11%, 54%
CMYK
0%, 7%, 11%, 46%
Name Match
Gray
Closest Standard

Shades of #89807A (Darker Variations)

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

Tints of #89807A (Lighter Variations)

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

Tones of #89807A (Muted Variations)

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

Color Harmonies for #89807A

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 #89807A Background
Contrast Ratio against Pure White (#FFFFFF):3.87 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #89807A 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: #89807A;
}

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