#3df47d
a balanced, electric green · cool · closest name: forestgreen
RGB
61, 244, 125
HSL
141°, 89%, 60%
CMYK
75, 0, 49, 4
Luminance
0.6717
Every format
| HEX | #3df47d |
| RGB | rgb(61, 244, 125) |
| HSL | hsl(141, 89%, 60%) |
| CMYK | cmyk(75%, 0%, 49%, 4%) |
| LAB | lab(85.6 -69.6 44.5) |
| LCH | lch(85.6 82.6 147.4) |
| OKLCH | oklch(0.852 0.216 150.0) |
Copy-ready code
/* CSS */
color: #3df47d;
background-color: #3df47d;
/* Tailwind (arbitrary) */
class="text-[#3df47d] bg-[#3df47d]"
/* SCSS */
$brand: #3df47d;
/* SwiftUI */
Color(red: 0.239, green: 0.957, blue: 0.490)
/* Android */
Color.parseColor("#3df47d")Accessibility — WCAG contrast
Aa
#3df47d on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df47d on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green95.7%
Blue49.0%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow48.8%
Key (black)4.3%
Color previews
#3df47d text on a black background
contrast 14.43:1
Card sample
#3df47d text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df47d;
Background color
Panel with #3df47d background
background-color: #3df47d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df47d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 244, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 244, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df47d; background: linear-gradient(135deg, #3df47d, #3DF1F4);