#929292
A medium, muted neutral closely aligning with Gray.
About #929292
Visually, #929292 is defined as a muted neutral. It is closely associated with the named CSS color Gray. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 146, and 146.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 0% M, 0% Y, and 43% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#929292
RGB146, 146, 146
HSL0°, 0%, 57.3%
CMYK0%, 0%, 0%, 43%
HSV0°, 0.0%, 57.3%
LAB60.6, 0.0, -0.0
XYZ27.3, 28.7, 31.3
Decimal9605778
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.11:1
Text on #FFFFFF
AA Large
6.75:1
Text on #000000
AA
2.97:1
Text on #F8FAFC
FAIL
5.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #929292;
}
.text-color {
color: #929292;
}
.border-color {
border: 2px solid #929292;
}