#3fd47f
a balanced, vivid green · cool · closest name: aquamarine
RGB
63, 212, 127
HSL
146°, 63%, 54%
CMYK
70, 0, 40, 17
Luminance
0.4968
Every format
| HEX | #3fd47f |
| RGB | rgb(63, 212, 127) |
| HSL | hsl(146, 63%, 54%) |
| CMYK | cmyk(70%, 0%, 40%, 17%) |
| LAB | lab(75.9 -57.8 31.0) |
| LCH | lch(75.9 65.6 151.7) |
| OKLCH | oklch(0.772 0.174 153.6) |
Copy-ready code
/* CSS */
color: #3fd47f;
background-color: #3fd47f;
/* Tailwind (arbitrary) */
class="text-[#3fd47f] bg-[#3fd47f]"
/* SCSS */
$brand: #3fd47f;
/* SwiftUI */
Color(red: 0.247, green: 0.831, blue: 0.498)
/* Android */
Color.parseColor("#3fd47f")Accessibility — WCAG contrast
Aa
#3fd47f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd47f on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green83.1%
Blue49.8%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow40.1%
Key (black)16.9%
Color previews
#3fd47f text on a black background
contrast 10.94:1
Card sample
#3fd47f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd47f;
Background color
Panel with #3fd47f background
background-color: #3fd47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 212, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 212, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd47f; background: linear-gradient(135deg, #3fd47f, #3FC6D4);