#7cf29f
a light, electric green · cool · closest name: aquamarine
RGB
124, 242, 159
HSL
138°, 82%, 72%
CMYK
49, 0, 34, 5
Luminance
0.7029
Every format
| HEX | #7cf29f |
| RGB | rgb(124, 242, 159) |
| HSL | hsl(138, 82%, 72%) |
| CMYK | cmyk(49%, 0%, 34%, 5%) |
| LAB | lab(87.1 -51.1 30.1) |
| LCH | lch(87.1 59.3 149.5) |
| OKLCH | oklch(0.871 0.158 151.5) |
Copy-ready code
/* CSS */
color: #7cf29f;
background-color: #7cf29f;
/* Tailwind (arbitrary) */
class="text-[#7cf29f] bg-[#7cf29f]"
/* SCSS */
$brand: #7cf29f;
/* SwiftUI */
Color(red: 0.486, green: 0.949, blue: 0.624)
/* Android */
Color.parseColor("#7cf29f")Accessibility — WCAG contrast
Aa
#7cf29f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf29f on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green94.9%
Blue62.4%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow34.3%
Key (black)5.1%
Color previews
#7cf29f text on a black background
contrast 15.06:1
Card sample
#7cf29f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf29f;
Background color
Panel with #7cf29f background
background-color: #7cf29f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf29f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 242, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 242, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf29f; background: linear-gradient(135deg, #7cf29f, #7CF2EE);