#5F5F6D
A medium, muted neutral closely aligning with Dimgray.
About #5F5F6D
The precise color #5F5F6D is an excellent choice for modern design projects. Its closest recognized web color is Dimgray. In the RGB color space, it consists of 95 red, 95 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 13% cyan and 13% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
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#5F5F6D
RGB95, 95, 109
HSL240.0°, 6.9%, 40.0%
CMYK13%, 13%, 0%, 57%
HSV240.0°, 12.8%, 42.7%
LAB40.8, 3.1, -7.9
XYZ11.6, 11.7, 16.1
Decimal6250349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.28:1
Text on #FFFFFF
AA
3.34:1
Text on #000000
AA Large
6.00:1
Text on #F8FAFC
AA
2.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F5F6D;
}
.text-color {
color: #5F5F6D;
}
.border-color {
border: 2px solid #5F5F6D;
}