Slate Gray (Neutral)
#88859E
RGB: 136, 133, 158
Color OverviewHEX #88859E

#88859E Color Code Information

In the RGB color space, #88859E is composed of 53% red, 52% green, and 62% blue. In the HSL color space, it has a hue of 247°, saturation of 11%, and lightness of 57%.

HEX
#88859E
RGB
136, 133, 158
HSL
247°, 11%, 57%
HSV
247°, 16%, 62%
CMYK
14%, 16%, 0%, 38%
Name Match
Slate Gray
Closest Standard

Shades of #88859E (Darker Variations)

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

Tints of #88859E (Lighter Variations)

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

Tones of #88859E (Muted Variations)

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

Color Harmonies for #88859E

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

Developer Code Snippets & Tailwind CSS

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

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