#7ecf49
a balanced, vivid green · cool · closest name: forestgreen
RGB
126, 207, 73
HSL
96°, 58%, 55%
CMYK
39, 0, 65, 19
Luminance
0.4954
Every format
| HEX | #7ecf49 |
| RGB | rgb(126, 207, 73) |
| HSL | hsl(96, 58%, 55%) |
| CMYK | cmyk(39%, 0%, 65%, 19%) |
| LAB | lab(75.8 -47.4 56.9) |
| LCH | lch(75.8 74.0 129.8) |
| OKLCH | oklch(0.775 0.186 135.2) |
Copy-ready code
/* CSS */
color: #7ecf49;
background-color: #7ecf49;
/* Tailwind (arbitrary) */
class="text-[#7ecf49] bg-[#7ecf49]"
/* SCSS */
$brand: #7ecf49;
/* SwiftUI */
Color(red: 0.494, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#7ecf49")Accessibility — WCAG contrast
Aa
#7ecf49 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ecf49 on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green81.2%
Blue28.6%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow64.7%
Key (black)18.8%
Color previews
#7ecf49 text on a black background
contrast 10.91:1
Card sample
#7ecf49 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ecf49;
Background color
Panel with #7ecf49 background
background-color: #7ecf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ecf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ecf49; background: linear-gradient(135deg, #7ecf49, #49CF6D);