#927C92
A medium, muted neutral closely aligning with Slategray.
About #927C92
The hex code #927C92 represents a beautifully specific shade of neutral. Designers often compare it to the standard color Slategray. This translates to an RGB value of rgb(146, 124, 146).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 15% magenta, 0% yellow, and 43% black. The HSL representation is 300.0° hue, 9.2% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#927C92
RGB146, 124, 146
HSL300.0°, 9.2%, 52.9%
CMYK0%, 15%, 0%, 43%
HSV300.0°, 15.1%, 57.3%
LAB54.7, 12.6, -8.7
XYZ24.3, 22.6, 30.3
Decimal9600146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.52:1
Text on #000000
AA
3.64:1
Text on #F8FAFC
AA Large
4.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #927C92;
}
.text-color {
color: #927C92;
}
.border-color {
border: 2px solid #927C92;
}