Gray (Neutral)
#91888A
RGB: 145, 136, 138
Color OverviewHEX #91888A

#91888A Color Code Information

In the RGB color space, #91888A is composed of 57% red, 53% green, and 54% blue. In the HSL color space, it has a hue of 347°, saturation of 4%, and lightness of 55%.

HEX
#91888A
RGB
145, 136, 138
HSL
347°, 4%, 55%
HSV
347°, 6%, 57%
CMYK
0%, 6%, 5%, 43%
Name Match
Gray
Closest Standard

Shades of #91888A (Darker Variations)

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

Tints of #91888A (Lighter Variations)

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

Tones of #91888A (Muted Variations)

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

Color Harmonies for #91888A

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

Developer Code Snippets & Tailwind CSS

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

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