#3fad49
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 173, 73
HSL
126°, 47%, 46%
CMYK
64, 0, 58, 32
Luminance
0.3142
Every format
| HEX | #3fad49 |
| RGB | rgb(63, 173, 73) |
| HSL | hsl(126, 47%, 46%) |
| CMYK | cmyk(64%, 0%, 58%, 32%) |
| LAB | lab(62.9 -51.8 41.7) |
| LCH | lch(62.9 66.5 141.2) |
| OKLCH | oklch(0.662 0.172 144.8) |
Copy-ready code
/* CSS */
color: #3fad49;
background-color: #3fad49;
/* Tailwind (arbitrary) */
class="text-[#3fad49] bg-[#3fad49]"
/* SCSS */
$brand: #3fad49;
/* SwiftUI */
Color(red: 0.247, green: 0.678, blue: 0.286)
/* Android */
Color.parseColor("#3fad49")Accessibility — WCAG contrast
Aa
#3fad49 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fad49 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.8%
Blue28.6%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow57.8%
Key (black)32.2%
Color previews
#3fad49 text on a black background
contrast 7.28:1
Card sample
#3fad49 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fad49;
Background color
Panel with #3fad49 background
background-color: #3fad49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fad49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 173, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 173, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fad49; background: linear-gradient(135deg, #3fad49, #3FAD92);