#50F8AF
A light, vivid green closely aligning with Mediumspringgreen.
About #50F8AF
Visually, #50F8AF is defined as a vivid green. If you're using CSS, you might find it aligns closely with Mediumspringgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 248, and 175.
If you are designing for print, the four-color process is what matters most. The color uses 68% Cyan, 0% Magenta, 29% Yellow, and 3% Black. With a hue angle of 153.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light 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#50F8AF
RGB80, 248, 175
HSL153.9°, 92.3%, 64.3%
CMYK68%, 0%, 29%, 3%
HSV153.9°, 67.7%, 97.3%
LAB87.9, -59.4, 22.8
XYZ44.6, 71.9, 52.1
Decimal5306543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.39:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F8AF;
}
.text-color {
color: #50F8AF;
}
.border-color {
border: 2px solid #50F8AF;
}