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