#5FBD7C
A medium, moderate green closely aligning with Mediumseagreen.
About #5FBD7C
Visually, #5FBD7C is defined as a moderate green. Designers often compare it to the standard color Mediumseagreen. In the RGB color space, it consists of 95 red, 189 green, and 124 blue.
Translating this color to physical media requires the CMYK color model. The color uses 50% Cyan, 0% Magenta, 34% Yellow, and 26% Black. With a hue angle of 138.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#5FBD7C
RGB95, 189, 124
HSL138.5°, 41.6%, 55.7%
CMYK50%, 0%, 34%, 26%
HSV138.5°, 49.7%, 74.1%
LAB69.7, -42.4, 24.5
XYZ26.6, 40.3, 25.4
Decimal6274428
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.06:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FBD7C;
}
.text-color {
color: #5FBD7C;
}
.border-color {
border: 2px solid #5FBD7C;
}