#3fac2c
a dark, vivid green · cool · closest name: forestgreen
RGB
63, 172, 44
HSL
111°, 59%, 42%
CMYK
63, 0, 74, 33
Luminance
0.3074
Every format
| HEX | #3fac2c |
| RGB | rgb(63, 172, 44) |
| HSL | hsl(111, 59%, 42%) |
| CMYK | cmyk(63%, 0%, 74%, 33%) |
| LAB | lab(62.3 -54.3 53.3) |
| LCH | lch(62.3 76.1 135.5) |
| OKLCH | oklch(0.657 0.191 141.0) |
Copy-ready code
/* CSS */
color: #3fac2c;
background-color: #3fac2c;
/* Tailwind (arbitrary) */
class="text-[#3fac2c] bg-[#3fac2c]"
/* SCSS */
$brand: #3fac2c;
/* SwiftUI */
Color(red: 0.247, green: 0.675, blue: 0.173)
/* Android */
Color.parseColor("#3fac2c")Accessibility — WCAG contrast
Aa
#3fac2c on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fac2c on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.5%
Blue17.3%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow74.4%
Key (black)32.5%
Color previews
#3fac2c text on a black background
contrast 7.15:1
Card sample
#3fac2c text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fac2c;
Background color
Panel with #3fac2c background
background-color: #3fac2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fac2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 172, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 172, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fac2c; background: linear-gradient(135deg, #3fac2c, #2CAC6E);