#83928A
A medium, muted neutral closely aligning with Gray.
About #83928A
Visually, #83928A is defined as a muted neutral. If you're using CSS, you might find it aligns closely with Gray. Its digital footprint relies on 131 parts red, 146 parts green, and 138 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 10% cyan and 0% magenta inks. The HSL representation is 148.0° hue, 6.4% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83928A
RGB131, 146, 138
HSL148.0°, 6.4%, 54.3%
CMYK10%, 0%, 5%, 43%
HSV148.0°, 10.3%, 57.3%
LAB59.2, -7.0, 2.4
XYZ24.2, 27.2, 28.0
Decimal8622730
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.26:1
Text on #FFFFFF
AA Large
6.44:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #83928A;
}
.text-color {
color: #83928A;
}
.border-color {
border: 2px solid #83928A;
}