#7cf596
a light, electric green · cool · closest name: aquamarine
RGB
124, 245, 150
HSL
133°, 86%, 72%
CMYK
49, 0, 39, 4
Luminance
0.7179
Every format
| HEX | #7cf596 |
| RGB | rgb(124, 245, 150) |
| HSL | hsl(133, 86%, 72%) |
| CMYK | cmyk(49%, 0%, 39%, 4%) |
| LAB | lab(87.9 -53.8 35.5) |
| LCH | lch(87.9 64.5 146.6) |
| OKLCH | oklch(0.877 0.171 148.9) |
Copy-ready code
/* CSS */
color: #7cf596;
background-color: #7cf596;
/* Tailwind (arbitrary) */
class="text-[#7cf596] bg-[#7cf596]"
/* SCSS */
$brand: #7cf596;
/* SwiftUI */
Color(red: 0.486, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#7cf596")Accessibility — WCAG contrast
Aa
#7cf596 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf596 on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green96.1%
Blue58.8%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#7cf596 text on a black background
contrast 15.36:1
Card sample
#7cf596 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf596;
Background color
Panel with #7cf596 background
background-color: #7cf596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf596; background: linear-gradient(135deg, #7cf596, #7CF5E7);