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