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