#3df58d
a balanced, electric green · cool · closest name: aquamarine
RGB
61, 245, 141
HSL
146°, 90%, 60%
CMYK
75, 0, 42, 4
Luminance
0.6822
Every format
| HEX | #3df58d |
| RGB | rgb(61, 245, 141) |
| HSL | hsl(146, 90%, 60%) |
| CMYK | cmyk(75%, 0%, 42%, 4%) |
| LAB | lab(86.1 -67.4 37.4) |
| LCH | lch(86.1 77.1 151.0) |
| OKLCH | oklch(0.857 0.203 153.0) |
Copy-ready code
/* CSS */
color: #3df58d;
background-color: #3df58d;
/* Tailwind (arbitrary) */
class="text-[#3df58d] bg-[#3df58d]"
/* SCSS */
$brand: #3df58d;
/* SwiftUI */
Color(red: 0.239, green: 0.961, blue: 0.553)
/* Android */
Color.parseColor("#3df58d")Accessibility — WCAG contrast
Aa
#3df58d on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df58d on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green96.1%
Blue55.3%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow42.4%
Key (black)3.9%
Color previews
#3df58d text on a black background
contrast 14.64:1
Card sample
#3df58d text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df58d;
Background color
Panel with #3df58d background
background-color: #3df58d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df58d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 245, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 245, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df58d; background: linear-gradient(135deg, #3df58d, #3DE2F5);