#50BD7C
A medium, moderate green closely aligning with Mediumseagreen.
About #50BD7C
At its core, #50BD7C is a medium and moderate hue. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(80, 189, 124).
Translating this color to physical media requires the CMYK color model. The color uses 58% Cyan, 0% Magenta, 34% Yellow, and 26% Black. The HSL representation is 144.2° hue, 45.2% saturation, and 52.7% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50BD7C
RGB80, 189, 124
HSL144.2°, 45.2%, 52.7%
CMYK58%, 0%, 34%, 26%
HSV144.2°, 57.7%, 74.1%
LAB69.2, -46.1, 23.7
XYZ25.1, 39.6, 25.4
Decimal5291388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.91:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50BD7C;
}
.text-color {
color: #50BD7C;
}
.border-color {
border: 2px solid #50BD7C;
}