#3df78c
a balanced, electric green · cool · closest name: aquamarine
RGB
61, 247, 140
HSL
146°, 92%, 60%
CMYK
75, 0, 43, 3
Luminance
0.6941
Every format
| HEX | #3df78c |
| RGB | rgb(61, 247, 140) |
| HSL | hsl(146, 92%, 60%) |
| CMYK | cmyk(75%, 0%, 43%, 3%) |
| LAB | lab(86.7 -68.3 38.6) |
| LCH | lch(86.7 78.4 150.5) |
| OKLCH | oklch(0.862 0.207 152.6) |
Copy-ready code
/* CSS */
color: #3df78c;
background-color: #3df78c;
/* Tailwind (arbitrary) */
class="text-[#3df78c] bg-[#3df78c]"
/* SCSS */
$brand: #3df78c;
/* SwiftUI */
Color(red: 0.239, green: 0.969, blue: 0.549)
/* Android */
Color.parseColor("#3df78c")Accessibility — WCAG contrast
Aa
#3df78c on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df78c on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green96.9%
Blue54.9%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow43.3%
Key (black)3.1%
Color previews
#3df78c text on a black background
contrast 14.88:1
Card sample
#3df78c text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df78c;
Background color
Panel with #3df78c background
background-color: #3df78c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df78c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 247, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 247, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df78c; background: linear-gradient(135deg, #3df78c, #3DE6F7);