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