#5FB675
A medium, moderate green closely aligning with Mediumseagreen.
About #5FB675
At its core, #5FB675 is a medium and moderate hue. Its closest recognized web color is Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 182, and 117.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 48% cyan, 0% magenta, 36% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FB675
RGB95, 182, 117
HSL135.2°, 37.3%, 54.3%
CMYK48%, 0%, 36%, 29%
HSV135.2°, 47.8%, 71.4%
LAB67.4, -40.6, 25.2
XYZ24.7, 37.2, 22.7
Decimal6272629
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.43:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FB675;
}
.text-color {
color: #5FB675;
}
.border-color {
border: 2px solid #5FB675;
}