#928A83
A medium, muted neutral closely aligning with Gray.
About #928A83
When working with digital screens, the color #928A83 is rendered by mixing light. It is closely associated with the named CSS color Gray. In the RGB color space, it consists of 146 red, 138 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 5% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#928A83
RGB146, 138, 131
HSL28.0°, 6.4%, 54.3%
CMYK0%, 5%, 10%, 43%
HSV28.0°, 10.3%, 57.3%
LAB58.0, 1.7, 4.8
XYZ25.0, 25.9, 25.2
Decimal9603715
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.19:1
Text on #000000
AA
3.24:1
Text on #F8FAFC
AA Large
5.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #928A83;
}
.text-color {
color: #928A83;
}
.border-color {
border: 2px solid #928A83;
}