#928383
A medium, muted neutral closely aligning with Gray.
About #928383
The hex code #928383 represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Gray. This translates to an RGB value of rgb(146, 131, 131).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 10% magenta, 10% yellow, and 43% black. The HSL representation is 0.0° hue, 6.4% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#928383
RGB146, 131, 131
HSL0.0°, 6.4%, 54.3%
CMYK0%, 10%, 10%, 43%
HSV0.0°, 10.3%, 57.3%
LAB56.1, 5.7, 2.1
XYZ24.1, 24.0, 24.8
Decimal9601923
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.80:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #928383;
}
.text-color {
color: #928383;
}
.border-color {
border: 2px solid #928383;
}