#7eff8b
a light, electric green · cool · closest name: aquamarine
RGB
126, 255, 139
HSL
126°, 100%, 75%
CMYK
51, 0, 46, 0
Luminance
0.7782
Every format
| HEX | #7eff8b |
| RGB | rgb(126, 255, 139) |
| HSL | hsl(126, 100%, 75%) |
| CMYK | cmyk(51%, 0%, 46%, 0%) |
| LAB | lab(90.7 -58.9 44.6) |
| LCH | lch(90.7 73.9 142.9) |
| OKLCH | oklch(0.900 0.193 145.8) |
Copy-ready code
/* CSS */
color: #7eff8b;
background-color: #7eff8b;
/* Tailwind (arbitrary) */
class="text-[#7eff8b] bg-[#7eff8b]"
/* SCSS */
$brand: #7eff8b;
/* SwiftUI */
Color(red: 0.494, green: 1.000, blue: 0.545)
/* Android */
Color.parseColor("#7eff8b")Accessibility — WCAG contrast
Aa
#7eff8b on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eff8b on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green100.0%
Blue54.5%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow45.5%
Key (black)0.0%
Color previews
#7eff8b text on a black background
contrast 16.56:1
Card sample
#7eff8b text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eff8b;
Background color
Panel with #7eff8b background
background-color: #7eff8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eff8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 255, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 255, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eff8b; background: linear-gradient(135deg, #7eff8b, #7EFFE1);