#3fdf57
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 223, 87
HSL
129°, 71%, 56%
CMYK
72, 0, 61, 13
Luminance
0.5452
Every format
| HEX | #3fdf57 |
| RGB | rgb(63, 223, 87) |
| HSL | hsl(129, 71%, 56%) |
| CMYK | cmyk(72%, 0%, 61%, 13%) |
| LAB | lab(78.8 -67.4 53.7) |
| LCH | lch(78.8 86.2 141.5) |
| OKLCH | oklch(0.794 0.221 145.3) |
Copy-ready code
/* CSS */
color: #3fdf57;
background-color: #3fdf57;
/* Tailwind (arbitrary) */
class="text-[#3fdf57] bg-[#3fdf57]"
/* SCSS */
$brand: #3fdf57;
/* SwiftUI */
Color(red: 0.247, green: 0.875, blue: 0.341)
/* Android */
Color.parseColor("#3fdf57")Accessibility — WCAG contrast
Aa
#3fdf57 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdf57 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green87.5%
Blue34.1%
CMYK percentages
Cyan71.7%
Magenta0.0%
Yellow61.0%
Key (black)12.5%
Color previews
#3fdf57 text on a black background
contrast 11.90:1
Card sample
#3fdf57 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdf57;
Background color
Panel with #3fdf57 background
background-color: #3fdf57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdf57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 223, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 223, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdf57; background: linear-gradient(135deg, #3fdf57, #3FDFC2);