#5FAF7C
A medium, moderate green closely aligning with Mediumseagreen.
About #5FAF7C
The hex code #5FAF7C represents a beautifully specific shade of green. Designers often compare it to the standard color Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 175, and 124.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 46% C, 0% M, 29% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FAF7C
RGB95, 175, 124
HSL141.8°, 33.3%, 52.9%
CMYK46%, 0%, 29%, 31%
HSV141.8°, 45.7%, 68.6%
LAB65.4, -36.2, 18.7
XYZ23.7, 34.5, 24.5
Decimal6270844
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.91:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FAF7C;
}
.text-color {
color: #5FAF7C;
}
.border-color {
border: 2px solid #5FAF7C;
}