#7cf46f
a light, electric green · cool · closest name: forestgreen
RGB
124, 244, 111
HSL
114°, 86%, 70%
CMYK
49, 0, 55, 4
Luminance
0.7013
Every format
| HEX | #7cf46f |
| RGB | rgb(124, 244, 111) |
| HSL | hsl(114, 86%, 70%) |
| CMYK | cmyk(49%, 0%, 55%, 4%) |
| LAB | lab(87.1 -58.8 53.2) |
| LCH | lch(87.1 79.3 137.9) |
| OKLCH | oklch(0.869 0.204 141.8) |
Copy-ready code
/* CSS */
color: #7cf46f;
background-color: #7cf46f;
/* Tailwind (arbitrary) */
class="text-[#7cf46f] bg-[#7cf46f]"
/* SCSS */
$brand: #7cf46f;
/* SwiftUI */
Color(red: 0.486, green: 0.957, blue: 0.435)
/* Android */
Color.parseColor("#7cf46f")Accessibility — WCAG contrast
Aa
#7cf46f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf46f on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green95.7%
Blue43.5%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow54.5%
Key (black)4.3%
Color previews
#7cf46f text on a black background
contrast 15.03:1
Card sample
#7cf46f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf46f;
Background color
Panel with #7cf46f background
background-color: #7cf46f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf46f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 244, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 244, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf46f; background: linear-gradient(135deg, #7cf46f, #6FF4BB);