#50ff7f
a light, electric green · cool · closest name: lime
RGB
80, 255, 127
HSL
136°, 100%, 66%
CMYK
69, 0, 50, 0
Luminance
0.7476
Every format
| HEX | #50ff7f |
| RGB | rgb(80, 255, 127) |
| HSL | hsl(136, 100%, 66%) |
| CMYK | cmyk(69%, 0%, 50%, 0%) |
| LAB | lab(89.3 -70.3 48.2) |
| LCH | lch(89.3 85.2 145.5) |
| OKLCH | oklch(0.884 0.222 148.4) |
Copy-ready code
/* CSS */
color: #50ff7f;
background-color: #50ff7f;
/* Tailwind (arbitrary) */
class="text-[#50ff7f] bg-[#50ff7f]"
/* SCSS */
$brand: #50ff7f;
/* SwiftUI */
Color(red: 0.314, green: 1.000, blue: 0.498)
/* Android */
Color.parseColor("#50ff7f")Accessibility — WCAG contrast
Aa
#50ff7f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#50ff7f on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green100.0%
Blue49.8%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow50.2%
Key (black)0.0%
Color previews
#50ff7f text on a black background
contrast 15.95:1
Card sample
#50ff7f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50ff7f;
Background color
Panel with #50ff7f background
background-color: #50ff7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50ff7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 255, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 255, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50ff7f; background: linear-gradient(135deg, #50ff7f, #50FFF4);