#50f2ab
a balanced, electric green · cool · closest name: aquamarine
RGB
80, 242, 171
HSL
154°, 86%, 63%
CMYK
67, 0, 29, 5
Luminance
0.6815
Every format
| HEX | #50f2ab |
| RGB | rgb(80, 242, 171) |
| HSL | hsl(154, 86%, 63%) |
| CMYK | cmyk(67%, 0%, 29%, 5%) |
| LAB | lab(86.1 -57.9 22.3) |
| LCH | lch(86.1 62.1 159.0) |
| OKLCH | oklch(0.860 0.168 160.3) |
Copy-ready code
/* CSS */
color: #50f2ab;
background-color: #50f2ab;
/* Tailwind (arbitrary) */
class="text-[#50f2ab] bg-[#50f2ab]"
/* SCSS */
$brand: #50f2ab;
/* SwiftUI */
Color(red: 0.314, green: 0.949, blue: 0.671)
/* Android */
Color.parseColor("#50f2ab")Accessibility — WCAG contrast
Aa
#50f2ab on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#50f2ab on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green94.9%
Blue67.1%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow29.3%
Key (black)5.1%
Color previews
#50f2ab text on a black background
contrast 14.63:1
Card sample
#50f2ab text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50f2ab;
Background color
Panel with #50f2ab background
background-color: #50f2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50f2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 242, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 242, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50f2ab; background: linear-gradient(135deg, #50f2ab, #50CDF2);