#929983
A medium, muted neutral closely aligning with Darkgray.
About #929983
The hex code #929983 represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Darkgray. This translates to an RGB value of rgb(146, 153, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 5% Cyan, 0% Magenta, 14% Yellow, and 40% Black. The HSL representation is 79.1° hue, 9.7% saturation, and 55.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#929983
RGB146, 153, 131
HSL79.1°, 9.7%, 55.7%
CMYK5%, 0%, 14%, 40%
HSV79.1°, 14.4%, 60.0%
LAB62.1, -6.6, 10.7
XYZ27.3, 30.5, 25.9
Decimal9607555
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.11:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #929983;
}
.text-color {
color: #929983;
}
.border-color {
border: 2px solid #929983;
}