Slate Gray (Neutral)
#888B9E
RGB: 136, 139, 158
Color OverviewHEX #888B9E

#888B9E Color Code Information

In the RGB color space, #888B9E is composed of 53% red, 55% green, and 62% blue. In the HSL color space, it has a hue of 232°, saturation of 10%, and lightness of 58%.

HEX
#888B9E
RGB
136, 139, 158
HSL
232°, 10%, 58%
HSV
232°, 14%, 62%
CMYK
14%, 12%, 0%, 38%
Name Match
Slate Gray
Closest Standard

Shades of #888B9E (Darker Variations)

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

Tints of #888B9E (Lighter Variations)

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

Tones of #888B9E (Muted Variations)

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

Color Harmonies for #888B9E

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

Developer Code Snippets & Tailwind CSS

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

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