#3dec8f
a balanced, electric green · cool · closest name: aquamarine
RGB
61, 236, 143
HSL
148°, 82%, 58%
CMYK
74, 0, 39, 8
Luminance
0.6297
Every format
| HEX | #3dec8f |
| RGB | rgb(61, 236, 143) |
| HSL | hsl(148, 82%, 58%) |
| CMYK | cmyk(74%, 0%, 39%, 8%) |
| LAB | lab(83.4 -63.9 32.9) |
| LCH | lch(83.4 71.8 152.8) |
| OKLCH | oklch(0.835 0.191 154.6) |
Copy-ready code
/* CSS */
color: #3dec8f;
background-color: #3dec8f;
/* Tailwind (arbitrary) */
class="text-[#3dec8f] bg-[#3dec8f]"
/* SCSS */
$brand: #3dec8f;
/* SwiftUI */
Color(red: 0.239, green: 0.925, blue: 0.561)
/* Android */
Color.parseColor("#3dec8f")Accessibility — WCAG contrast
Aa
#3dec8f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dec8f on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green92.5%
Blue56.1%
CMYK percentages
Cyan74.2%
Magenta0.0%
Yellow39.4%
Key (black)7.5%
Color previews
#3dec8f text on a black background
contrast 13.59:1
Card sample
#3dec8f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dec8f;
Background color
Panel with #3dec8f background
background-color: #3dec8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dec8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 236, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 236, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dec8f; background: linear-gradient(135deg, #3dec8f, #3DD4EC);