#5F6657
A dark, muted neutral closely aligning with Dimgray.
About #5F6657
When working with digital screens, the color #5F6657 is rendered by mixing light. Its closest recognized web color is Dimgray. In the RGB color space, it consists of 95 red, 102 green, and 87 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 7% C, 0% M, 15% Y, and 60% K. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F6657
RGB95, 102, 87
HSL88.0°, 7.9%, 37.1%
CMYK7%, 0%, 15%, 60%
HSV88.0°, 14.7%, 40.0%
LAB42.2, -5.8, 7.6
XYZ11.2, 12.6, 10.9
Decimal6252119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.96:1
Text on #FFFFFF
AA
3.52:1
Text on #000000
AA Large
5.69:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F6657;
}
.text-color {
color: #5F6657;
}
.border-color {
border: 2px solid #5F6657;
}