#7cd047
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 208, 71
HSL
97°, 59%, 55%
CMYK
40, 0, 66, 18
Luminance
0.4985
Every format
| HEX | #7cd047 |
| RGB | rgb(124, 208, 71) |
| HSL | hsl(97, 59%, 55%) |
| CMYK | cmyk(40%, 0%, 66%, 18%) |
| LAB | lab(76.0 -48.6 57.9) |
| LCH | lch(76.0 75.6 130.0) |
| OKLCH | oklch(0.776 0.189 135.5) |
Copy-ready code
/* CSS */
color: #7cd047;
background-color: #7cd047;
/* Tailwind (arbitrary) */
class="text-[#7cd047] bg-[#7cd047]"
/* SCSS */
$brand: #7cd047;
/* SwiftUI */
Color(red: 0.486, green: 0.816, blue: 0.278)
/* Android */
Color.parseColor("#7cd047")Accessibility — WCAG contrast
Aa
#7cd047 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd047 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green81.6%
Blue27.8%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow65.9%
Key (black)18.4%
Color previews
#7cd047 text on a black background
contrast 10.97:1
Card sample
#7cd047 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd047;
Background color
Panel with #7cd047 background
background-color: #7cd047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 208, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 208, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd047; background: linear-gradient(135deg, #7cd047, #47D06D);