#7cf86f
a light, electric green · cool · closest name: lime
RGB
124, 248, 111
HSL
114°, 91%, 70%
CMYK
50, 0, 55, 3
Luminance
0.7257
Every format
| HEX | #7cf86f |
| RGB | rgb(124, 248, 111) |
| HSL | hsl(114, 91%, 70%) |
| CMYK | cmyk(50%, 0%, 55%, 3%) |
| LAB | lab(88.2 -60.3 54.6) |
| LCH | lch(88.2 81.3 137.9) |
| OKLCH | oklch(0.878 0.209 141.8) |
Copy-ready code
/* CSS */
color: #7cf86f;
background-color: #7cf86f;
/* Tailwind (arbitrary) */
class="text-[#7cf86f] bg-[#7cf86f]"
/* SCSS */
$brand: #7cf86f;
/* SwiftUI */
Color(red: 0.486, green: 0.973, blue: 0.435)
/* Android */
Color.parseColor("#7cf86f")Accessibility — WCAG contrast
Aa
#7cf86f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf86f on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green97.3%
Blue43.5%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow55.2%
Key (black)2.7%
Color previews
#7cf86f text on a black background
contrast 15.51:1
Card sample
#7cf86f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf86f;
Background color
Panel with #7cf86f background
background-color: #7cf86f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf86f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 248, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 248, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf86f; background: linear-gradient(135deg, #7cf86f, #6FF8BD);