#8A927C
A medium, muted neutral closely aligning with Gray.
About #8A927C
Visually, #8A927C is defined as a muted neutral. If you're using CSS, you might find it aligns closely with Gray. This translates to an RGB value of rgb(138, 146, 124).
Translating this color to physical media requires the CMYK color model. The color uses 5% Cyan, 0% Magenta, 15% Yellow, and 43% Black. The HSL representation is 81.8° hue, 9.2% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8A927C
RGB138, 146, 124
HSL81.8°, 9.2%, 52.9%
CMYK5%, 0%, 15%, 43%
HSV81.8°, 15.1%, 57.3%
LAB59.4, -7.0, 10.7
XYZ24.4, 27.4, 23.1
Decimal9081468
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.48:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A927C;
}
.text-color {
color: #8A927C;
}
.border-color {
border: 2px solid #8A927C;
}