#3df49d
a balanced, electric green · cool · closest name: aquamarine
RGB
61, 244, 157
HSL
152°, 89%, 60%
CMYK
75, 0, 36, 4
Luminance
0.6813
Every format
| HEX | #3df49d |
| RGB | rgb(61, 244, 157) |
| HSL | hsl(152, 89%, 60%) |
| CMYK | cmyk(75%, 0%, 36%, 4%) |
| LAB | lab(86.1 -64.1 29.3) |
| LCH | lch(86.1 70.5 155.4) |
| OKLCH | oklch(0.858 0.188 157.0) |
Copy-ready code
/* CSS */
color: #3df49d;
background-color: #3df49d;
/* Tailwind (arbitrary) */
class="text-[#3df49d] bg-[#3df49d]"
/* SCSS */
$brand: #3df49d;
/* SwiftUI */
Color(red: 0.239, green: 0.957, blue: 0.616)
/* Android */
Color.parseColor("#3df49d")Accessibility — WCAG contrast
Aa
#3df49d on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df49d on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green95.7%
Blue61.6%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow35.7%
Key (black)4.3%
Color previews
#3df49d text on a black background
contrast 14.63:1
Card sample
#3df49d text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df49d;
Background color
Panel with #3df49d background
background-color: #3df49d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df49d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 244, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 244, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df49d; background: linear-gradient(135deg, #3df49d, #3DD1F4);