#5F6D6D
A medium, muted neutral closely aligning with Dimgray.
About #5F6D6D
When working with digital screens, the color #5F6D6D is rendered by mixing light. Its closest recognized web color is Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 109, and 109.
If you are designing for print, the four-color process is what matters most. The color uses 13% Cyan, 0% Magenta, 0% Yellow, and 57% Black. The HSL representation is 180.0° hue, 6.9% saturation, and 40.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F6D6D
RGB95, 109, 109
HSL180.0°, 6.9%, 40.0%
CMYK13%, 0%, 0%, 57%
HSV180.0°, 12.8%, 42.7%
LAB44.9, -5.3, -1.8
XYZ12.9, 14.5, 16.6
Decimal6253933
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.39:1
Text on #FFFFFF
AA
3.89:1
Text on #000000
AA Large
5.15:1
Text on #F8FAFC
AA
3.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6D6D;
}
.text-color {
color: #5F6D6D;
}
.border-color {
border: 2px solid #5F6D6D;
}