#5F7C6D
A medium, muted green closely aligning with Gray.
About #5F7C6D
At its core, #5F7C6D is a medium and muted hue. Its closest recognized web color is Gray. Its digital footprint relies on 95 parts red, 124 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 23% cyan, 0% magenta, 12% yellow, and 51% black. The HSL representation is 149.0° hue, 13.2% saturation, and 42.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F7C6D
RGB95, 124, 109
HSL149.0°, 13.2%, 42.9%
CMYK23%, 0%, 12%, 51%
HSV149.0°, 23.4%, 48.6%
LAB49.4, -13.8, 4.8
XYZ14.7, 18.0, 17.2
Decimal6257773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.57:1
Text on #FFFFFF
AA
4.59:1
Text on #000000
AA
4.37:1
Text on #F8FAFC
AA Large
3.90:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F7C6D;
}
.text-color {
color: #5F7C6D;
}
.border-color {
border: 2px solid #5F7C6D;
}