Gray (Neutral)
#89917E
RGB: 137, 145, 126
Color OverviewHEX #89917E

#89917E Color Code Information

In the RGB color space, #89917E is composed of 54% red, 57% green, and 49% blue. In the HSL color space, it has a hue of 85°, saturation of 8%, and lightness of 53%.

HEX
#89917E
RGB
137, 145, 126
HSL
85°, 8%, 53%
HSV
85°, 13%, 57%
CMYK
6%, 0%, 13%, 43%
Name Match
Gray
Closest Standard

Shades of #89917E (Darker Variations)

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

Tints of #89917E (Lighter Variations)

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

Tones of #89917E (Muted Variations)

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

Color Harmonies for #89917E

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

Developer Code Snippets & Tailwind CSS

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

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