#5F756D
A medium, muted green closely aligning with Dimgray.
About #5F756D
The precise color #5F756D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Dimgray. In the RGB color space, it consists of 95 red, 117 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 19% cyan, 0% magenta, 7% yellow, and 54% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F756D
RGB95, 117, 109
HSL158.2°, 10.4%, 41.6%
CMYK19%, 0%, 7%, 54%
HSV158.2°, 18.8%, 45.9%
LAB47.3, -9.8, 1.7
XYZ13.8, 16.3, 16.9
Decimal6255981
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.94:1
Text on #FFFFFF
AA
4.25:1
Text on #000000
AA Large
4.72:1
Text on #F8FAFC
AA
3.61:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F756D;
}
.text-color {
color: #5F756D;
}
.border-color {
border: 2px solid #5F756D;
}