#3fac0f
a dark, electric green · cool · closest name: green
RGB
63, 172, 15
HSL
102°, 84%, 37%
CMYK
63, 0, 91, 33
Luminance
0.3060
Every format
| HEX | #3fac0f |
| RGB | rgb(63, 172, 15) |
| HSL | hsl(102, 84%, 37%) |
| CMYK | cmyk(63%, 0%, 91%, 33%) |
| LAB | lab(62.2 -55.8 61.0) |
| LCH | lch(62.2 82.7 132.5) |
| OKLCH | oklch(0.655 0.203 139.3) |
Copy-ready code
/* CSS */
color: #3fac0f;
background-color: #3fac0f;
/* Tailwind (arbitrary) */
class="text-[#3fac0f] bg-[#3fac0f]"
/* SCSS */
$brand: #3fac0f;
/* SwiftUI */
Color(red: 0.247, green: 0.675, blue: 0.059)
/* Android */
Color.parseColor("#3fac0f")Accessibility — WCAG contrast
Aa
#3fac0f on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fac0f on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.5%
Blue5.9%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow91.3%
Key (black)32.5%
Color previews
#3fac0f text on a black background
contrast 7.12:1
Card sample
#3fac0f text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fac0f;
Background color
Panel with #3fac0f background
background-color: #3fac0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fac0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 172, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 172, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fac0f; background: linear-gradient(135deg, #3fac0f, #0FAC48);