#7cf39b
a light, electric green · cool · closest name: aquamarine
RGB
124, 243, 155
HSL
136°, 83%, 72%
CMYK
49, 0, 36, 5
Luminance
0.7075
Every format
| HEX | #7cf39b |
| RGB | rgb(124, 243, 155) |
| HSL | hsl(136, 83%, 72%) |
| CMYK | cmyk(49%, 0%, 36%, 5%) |
| LAB | lab(87.4 -52.2 32.4) |
| LCH | lch(87.4 61.4 148.2) |
| OKLCH | oklch(0.873 0.163 150.3) |
Copy-ready code
/* CSS */
color: #7cf39b;
background-color: #7cf39b;
/* Tailwind (arbitrary) */
class="text-[#7cf39b] bg-[#7cf39b]"
/* SCSS */
$brand: #7cf39b;
/* SwiftUI */
Color(red: 0.486, green: 0.953, blue: 0.608)
/* Android */
Color.parseColor("#7cf39b")Accessibility — WCAG contrast
Aa
#7cf39b on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf39b on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green95.3%
Blue60.8%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow36.2%
Key (black)4.7%
Color previews
#7cf39b text on a black background
contrast 15.15:1
Card sample
#7cf39b text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf39b;
Background color
Panel with #7cf39b background
background-color: #7cf39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 243, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 243, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf39b; background: linear-gradient(135deg, #7cf39b, #7CF3EA);