Gray (Neutral)
#92807C
RGB: 146, 128, 124
Color OverviewHEX #92807C

#92807C Color Code Information

In the RGB color space, #92807C is composed of 57% red, 50% green, and 49% blue. In the HSL color space, it has a hue of 11°, saturation of 9%, and lightness of 53%.

HEX
#92807C
RGB
146, 128, 124
HSL
11°, 9%, 53%
HSV
11°, 15%, 57%
CMYK
0%, 12%, 15%, 43%
Name Match
Gray
Closest Standard

Shades of #92807C (Darker Variations)

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

Tints of #92807C (Lighter Variations)

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

Tones of #92807C (Muted Variations)

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

Color Harmonies for #92807C

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 #92807C Background
Contrast Ratio against Pure White (#FFFFFF):3.75 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #92807C Background
Contrast Ratio against Pure Black (#000000):5.6 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #92807C;
}

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