#7cf976
a light, electric green · cool · closest name: forestgreen
RGB
124, 249, 118
HSL
117°, 92%, 72%
CMYK
50, 0, 53, 2
Luminance
0.7334
Every format
| HEX | #7cf976 |
| RGB | rgb(124, 249, 118) |
| HSL | hsl(117, 92%, 72%) |
| CMYK | cmyk(50%, 0%, 53%, 2%) |
| LAB | lab(88.6 -59.9 51.8) |
| LCH | lch(88.6 79.2 139.1) |
| OKLCH | oklch(0.882 0.205 142.8) |
Copy-ready code
/* CSS */
color: #7cf976;
background-color: #7cf976;
/* Tailwind (arbitrary) */
class="text-[#7cf976] bg-[#7cf976]"
/* SCSS */
$brand: #7cf976;
/* SwiftUI */
Color(red: 0.486, green: 0.976, blue: 0.463)
/* Android */
Color.parseColor("#7cf976")Accessibility — WCAG contrast
Aa
#7cf976 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf976 on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green97.6%
Blue46.3%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow52.6%
Key (black)2.4%
Color previews
#7cf976 text on a black background
contrast 15.67:1
Card sample
#7cf976 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf976;
Background color
Panel with #7cf976 background
background-color: #7cf976;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf976;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 249, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 249, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf976; background: linear-gradient(135deg, #7cf976, #76F9C8);