#7ffec4
a light, electric green · cool · closest name: aquamarine
RGB
127, 254, 196
HSL
153°, 98%, 75%
CMYK
50, 0, 23, 0
Luminance
0.7938
Every format
| HEX | #7ffec4 |
| RGB | rgb(127, 254, 196) |
| HSL | hsl(153, 98%, 75%) |
| CMYK | cmyk(50%, 0%, 23%, 0%) |
| LAB | lab(91.4 -48.4 17.1) |
| LCH | lch(91.4 51.4 160.6) |
| OKLCH | oklch(0.909 0.141 161.9) |
Copy-ready code
/* CSS */
color: #7ffec4;
background-color: #7ffec4;
/* Tailwind (arbitrary) */
class="text-[#7ffec4] bg-[#7ffec4]"
/* SCSS */
$brand: #7ffec4;
/* SwiftUI */
Color(red: 0.498, green: 0.996, blue: 0.769)
/* Android */
Color.parseColor("#7ffec4")Accessibility — WCAG contrast
Aa
#7ffec4 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffec4 on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green99.6%
Blue76.9%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow22.8%
Key (black)0.4%
Color previews
#7ffec4 text on a black background
contrast 16.88:1
Card sample
#7ffec4 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffec4;
Background color
Panel with #7ffec4 background
background-color: #7ffec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 254, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 254, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffec4; background: linear-gradient(135deg, #7ffec4, #7FE3FE);