#7cf554
a balanced, electric green · cool · closest name: lime
RGB
124, 245, 84
HSL
105°, 89%, 65%
CMYK
49, 0, 66, 4
Luminance
0.7023
Every format
| HEX | #7cf554 |
| RGB | rgb(124, 245, 84) |
| HSL | hsl(105, 89%, 65%) |
| CMYK | cmyk(49%, 0%, 66%, 4%) |
| LAB | lab(87.1 -61.9 64.7) |
| LCH | lch(87.1 89.5 133.8) |
| OKLCH | oklch(0.868 0.226 138.9) |
Copy-ready code
/* CSS */
color: #7cf554;
background-color: #7cf554;
/* Tailwind (arbitrary) */
class="text-[#7cf554] bg-[#7cf554]"
/* SCSS */
$brand: #7cf554;
/* SwiftUI */
Color(red: 0.486, green: 0.961, blue: 0.329)
/* Android */
Color.parseColor("#7cf554")Accessibility — WCAG contrast
Aa
#7cf554 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf554 on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green96.1%
Blue32.9%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow65.7%
Key (black)3.9%
Color previews
#7cf554 text on a black background
contrast 15.05:1
Card sample
#7cf554 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf554;
Background color
Panel with #7cf554 background
background-color: #7cf554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 245, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 245, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf554; background: linear-gradient(135deg, #7cf554, #54F597);