#7cef7f
a light, electric green · cool · closest name: forestgreen
RGB
124, 239, 127
HSL
122°, 78%, 71%
CMYK
48, 0, 47, 6
Luminance
0.6755
Every format
| HEX | #7cef7f |
| RGB | rgb(124, 239, 127) |
| HSL | hsl(122, 78%, 71%) |
| CMYK | cmyk(48%, 0%, 47%, 6%) |
| LAB | lab(85.8 -54.9 44.1) |
| LCH | lch(85.8 70.4 141.2) |
| OKLCH | oklch(0.859 0.184 144.3) |
Copy-ready code
/* CSS */
color: #7cef7f;
background-color: #7cef7f;
/* Tailwind (arbitrary) */
class="text-[#7cef7f] bg-[#7cef7f]"
/* SCSS */
$brand: #7cef7f;
/* SwiftUI */
Color(red: 0.486, green: 0.937, blue: 0.498)
/* Android */
Color.parseColor("#7cef7f")Accessibility — WCAG contrast
Aa
#7cef7f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cef7f on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green93.7%
Blue49.8%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow46.9%
Key (black)6.3%
Color previews
#7cef7f text on a black background
contrast 14.51:1
Card sample
#7cef7f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cef7f;
Background color
Panel with #7cef7f background
background-color: #7cef7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cef7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 239, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 239, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cef7f; background: linear-gradient(135deg, #7cef7f, #7CEFCC);