#7cd94b
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 217, 75
HSL
99°, 65%, 57%
CMYK
43, 0, 65, 15
Luminance
0.5442
Every format
| HEX | #7cd94b |
| RGB | rgb(124, 217, 75) |
| HSL | hsl(99, 65%, 57%) |
| CMYK | cmyk(43%, 0%, 65%, 15%) |
| LAB | lab(78.7 -51.9 59.2) |
| LCH | lch(78.7 78.7 131.2) |
| OKLCH | oklch(0.799 0.198 136.6) |
Copy-ready code
/* CSS */
color: #7cd94b;
background-color: #7cd94b;
/* Tailwind (arbitrary) */
class="text-[#7cd94b] bg-[#7cd94b]"
/* SCSS */
$brand: #7cd94b;
/* SwiftUI */
Color(red: 0.486, green: 0.851, blue: 0.294)
/* Android */
Color.parseColor("#7cd94b")Accessibility — WCAG contrast
Aa
#7cd94b on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd94b on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green85.1%
Blue29.4%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow65.4%
Key (black)14.9%
Color previews
#7cd94b text on a black background
contrast 11.88:1
Card sample
#7cd94b text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd94b;
Background color
Panel with #7cd94b background
background-color: #7cd94b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd94b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 217, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 217, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd94b; background: linear-gradient(135deg, #7cd94b, #4BD979);