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