#3dcd7f
a balanced, vivid green · cool · closest name: aquamarine
RGB
61, 205, 127
HSL
148°, 59%, 52%
CMYK
70, 0, 38, 20
Luminance
0.4619
Every format
| HEX | #3dcd7f |
| RGB | rgb(61, 205, 127) |
| HSL | hsl(148, 59%, 52%) |
| CMYK | cmyk(70%, 0%, 38%, 20%) |
| LAB | lab(73.7 -55.5 28.1) |
| LCH | lch(73.7 62.2 153.1) |
| OKLCH | oklch(0.754 0.165 154.9) |
Copy-ready code
/* CSS */
color: #3dcd7f;
background-color: #3dcd7f;
/* Tailwind (arbitrary) */
class="text-[#3dcd7f] bg-[#3dcd7f]"
/* SCSS */
$brand: #3dcd7f;
/* SwiftUI */
Color(red: 0.239, green: 0.804, blue: 0.498)
/* Android */
Color.parseColor("#3dcd7f")Accessibility — WCAG contrast
Aa
#3dcd7f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dcd7f on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green80.4%
Blue49.8%
CMYK percentages
Cyan70.2%
Magenta0.0%
Yellow38.0%
Key (black)19.6%
Color previews
#3dcd7f text on a black background
contrast 10.24:1
Card sample
#3dcd7f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dcd7f;
Background color
Panel with #3dcd7f background
background-color: #3dcd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dcd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 205, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 205, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dcd7f; background: linear-gradient(135deg, #3dcd7f, #3DBBCD);