Gray (Neutral)
#929292
RGB: 146, 146, 146
Color OverviewHEX #929292

#929292 Color Code Information

In the RGB color space, #929292 is composed of 57% red, 57% green, and 57% blue. In the HSL color space, it has a hue of 0°, saturation of 0%, and lightness of 57%.

HEX
#929292
RGB
146, 146, 146
HSL
0°, 0%, 57%
HSV
0°, 0%, 57%
CMYK
0%, 0%, 0%, 43%
Name Match
Gray
Closest Standard

Shades of #929292 (Darker Variations)

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

Tints of #929292 (Lighter Variations)

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

Tones of #929292 (Muted Variations)

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

Color Harmonies for #929292

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

Developer Code Snippets & Tailwind CSS

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

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