#928A8A
A medium, muted neutral closely aligning with Gray.
About #928A8A
When working with digital screens, the color #928A8A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Gray. This translates to an RGB value of rgb(146, 138, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 5% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#928A8A
RGB146, 138, 138
HSL0.0°, 3.5%, 55.7%
CMYK0%, 5%, 5%, 43%
HSV0.0°, 5.5%, 57.3%
LAB58.2, 3.0, 1.1
XYZ25.5, 26.1, 27.7
Decimal9603722
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.22:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #928A8A;
}
.text-color {
color: #928A8A;
}
.border-color {
border: 2px solid #928A8A;
}