#7cf821
a balanced, electric green · cool · closest name: lime
RGB
124, 248, 33
HSL
95°, 94%, 55%
CMYK
50, 0, 87, 3
Luminance
0.7153
Every format
| HEX | #7cf821 |
| RGB | rgb(124, 248, 33) |
| HSL | hsl(95, 94%, 55%) |
| CMYK | cmyk(50%, 0%, 87%, 3%) |
| LAB | lab(87.7 -65.9 80.3) |
| LCH | lch(87.7 103.9 129.4) |
| OKLCH | oklch(0.873 0.254 136.4) |
Copy-ready code
/* CSS */
color: #7cf821;
background-color: #7cf821;
/* Tailwind (arbitrary) */
class="text-[#7cf821] bg-[#7cf821]"
/* SCSS */
$brand: #7cf821;
/* SwiftUI */
Color(red: 0.486, green: 0.973, blue: 0.129)
/* Android */
Color.parseColor("#7cf821")Accessibility — WCAG contrast
Aa
#7cf821 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf821 on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green97.3%
Blue12.9%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow86.7%
Key (black)2.7%
Color previews
#7cf821 text on a black background
contrast 15.31:1
Card sample
#7cf821 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf821;
Background color
Panel with #7cf821 background
background-color: #7cf821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 248, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 248, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf821; background: linear-gradient(135deg, #7cf821, #21F855);