Gray (Neutral)
#88928E
RGB: 136, 146, 142
Color OverviewHEX #88928E

#88928E Color Code Information

In the RGB color space, #88928E is composed of 53% red, 57% green, and 56% blue. In the HSL color space, it has a hue of 156°, saturation of 4%, and lightness of 55%.

HEX
#88928E
RGB
136, 146, 142
HSL
156°, 4%, 55%
HSV
156°, 7%, 57%
CMYK
7%, 0%, 3%, 43%
Name Match
Gray
Closest Standard

Shades of #88928E (Darker Variations)

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

Tints of #88928E (Lighter Variations)

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

Tones of #88928E (Muted Variations)

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

Color Harmonies for #88928E

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

Developer Code Snippets & Tailwind CSS

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

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