Gray (Neutral)
#91928E
RGB: 145, 146, 142
Color OverviewHEX #91928E

#91928E Color Code Information

In the RGB color space, #91928E is composed of 57% red, 57% green, and 56% blue. In the HSL color space, it has a hue of 75°, saturation of 2%, and lightness of 56%.

HEX
#91928E
RGB
145, 146, 142
HSL
75°, 2%, 56%
HSV
75°, 3%, 57%
CMYK
1%, 0%, 3%, 43%
Name Match
Gray
Closest Standard

Shades of #91928E (Darker Variations)

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

Tints of #91928E (Lighter Variations)

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

Tones of #91928E (Muted Variations)

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

Color Harmonies for #91928E

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

Developer Code Snippets & Tailwind CSS

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

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