#3df48d
a balanced, electric green · cool · closest name: aquamarine
RGB
61, 244, 141
HSL
146°, 89%, 60%
CMYK
75, 0, 42, 4
Luminance
0.6762
Every format
| HEX | #3df48d |
| RGB | rgb(61, 244, 141) |
| HSL | hsl(146, 89%, 60%) |
| CMYK | cmyk(75%, 0%, 42%, 4%) |
| LAB | lab(85.8 -67.0 37.0) |
| LCH | lch(85.8 76.6 151.1) |
| OKLCH | oklch(0.855 0.202 153.1) |
Copy-ready code
/* CSS */
color: #3df48d;
background-color: #3df48d;
/* Tailwind (arbitrary) */
class="text-[#3df48d] bg-[#3df48d]"
/* SCSS */
$brand: #3df48d;
/* SwiftUI */
Color(red: 0.239, green: 0.957, blue: 0.553)
/* Android */
Color.parseColor("#3df48d")Accessibility — WCAG contrast
Aa
#3df48d on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df48d on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green95.7%
Blue55.3%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow42.2%
Key (black)4.3%
Color previews
#3df48d text on a black background
contrast 14.52:1
Card sample
#3df48d text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df48d;
Background color
Panel with #3df48d background
background-color: #3df48d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df48d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 244, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 244, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df48d; background: linear-gradient(135deg, #3df48d, #3DE1F4);