#927C8A
A medium, muted neutral closely aligning with Gray.
About #927C8A
Visually, #927C8A is defined as a muted neutral. Its closest recognized web color is Gray. This translates to an RGB value of rgb(146, 124, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 15% magenta, 5% yellow, and 43% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#927C8A
RGB146, 124, 138
HSL321.8°, 9.2%, 52.9%
CMYK0%, 15%, 5%, 43%
HSV321.8°, 15.1%, 57.3%
LAB54.4, 11.0, -4.4
XYZ23.6, 22.4, 27.1
Decimal9600138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.47:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #927C8A;
}
.text-color {
color: #927C8A;
}
.border-color {
border: 2px solid #927C8A;
}