Gray (Neutral)
#899799
RGB: 137, 151, 153
Color OverviewHEX #899799

#899799 Color Code Information

In the RGB color space, #899799 is composed of 54% red, 59% green, and 60% blue. In the HSL color space, it has a hue of 187°, saturation of 7%, and lightness of 57%.

HEX
#899799
RGB
137, 151, 153
HSL
187°, 7%, 57%
HSV
187°, 10%, 60%
CMYK
10%, 1%, 0%, 40%
Name Match
Gray
Closest Standard

Shades of #899799 (Darker Variations)

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

Tints of #899799 (Lighter Variations)

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

Tones of #899799 (Muted Variations)

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

Color Harmonies for #899799

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

Developer Code Snippets & Tailwind CSS

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

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