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