#5F6666
A dark, muted neutral closely aligning with Dimgray.
About #5F6666
Visually, #5F6666 is defined as a muted neutral. Designers often compare it to the standard color Dimgray. In the RGB color space, it consists of 95 red, 102 green, and 102 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 7% C, 0% M, 0% Y, and 60% K. With a hue angle of 180.0 degrees, it sits comfortably in the neutral spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F6666
RGB95, 102, 102
HSL180.0°, 3.6%, 38.6%
CMYK7%, 0%, 0%, 60%
HSV180.0°, 6.9%, 40.0%
LAB42.6, -2.7, -0.9
XYZ11.9, 12.9, 14.4
Decimal6252134
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.87:1
Text on #FFFFFF
AA
3.58:1
Text on #000000
AA Large
5.61:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6666;
}
.text-color {
color: #5F6666;
}
.border-color {
border: 2px solid #5F6666;
}