#50FF6D
A light, vivid green closely aligning with Springgreen.
About #50FF6D
The hex code #50FF6D represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Springgreen. In the RGB color space, it consists of 80 red, 255 green, and 109 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 69% Cyan, 0% Magenta, 57% Yellow, and 0% Black. The HSL representation is 129.9° hue, 100.0% saturation, and 65.7% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50FF6D
RGB80, 255, 109
HSL129.9°, 100.0%, 65.7%
CMYK69%, 0%, 57%, 0%
HSV129.9°, 68.6%, 100.0%
LAB89.1, -72.6, 56.1
XYZ41.8, 74.3, 26.6
Decimal5308269
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.87:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FF6D;
}
.text-color {
color: #50FF6D;
}
.border-color {
border: 2px solid #50FF6D;
}