#5F5F5F
A dark, muted neutral closely aligning with Dimgray.
About #5F5F5F
When working with digital screens, the color #5F5F5F is rendered by mixing light. Its closest recognized web color is Dimgray. Its digital footprint relies on 95 parts red, 95 parts green, and 95 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. With a hue angle of 0 degrees, it sits comfortably in the neutral spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F5F5F
RGB95, 95, 95
HSL0°, 0%, 37.3%
CMYK0%, 0%, 0%, 63%
HSV0°, 0.0%, 37.3%
LAB40.3, 0.0, -0.0
XYZ10.9, 11.4, 12.5
Decimal6250335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.39:1
Text on #FFFFFF
AA
3.29:1
Text on #000000
AA Large
6.10:1
Text on #F8FAFC
AA
2.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F5F5F;
}
.text-color {
color: #5F5F5F;
}
.border-color {
border: 2px solid #5F5F5F;
}