#3fd14e
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 209, 78
HSL
126°, 61%, 53%
CMYK
70, 0, 63, 18
Luminance
0.4721
Every format
| HEX | #3fd14e |
| RGB | rgb(63, 209, 78) |
| HSL | hsl(126, 61%, 53%) |
| CMYK | cmyk(70%, 0%, 63%, 18%) |
| LAB | lab(74.3 -63.8 52.6) |
| LCH | lch(74.3 82.7 140.5) |
| OKLCH | oklch(0.757 0.212 144.6) |
Copy-ready code
/* CSS */
color: #3fd14e;
background-color: #3fd14e;
/* Tailwind (arbitrary) */
class="text-[#3fd14e] bg-[#3fd14e]"
/* SCSS */
$brand: #3fd14e;
/* SwiftUI */
Color(red: 0.247, green: 0.820, blue: 0.306)
/* Android */
Color.parseColor("#3fd14e")Accessibility — WCAG contrast
Aa
#3fd14e on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd14e on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green82.0%
Blue30.6%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow62.7%
Key (black)18.0%
Color previews
#3fd14e text on a black background
contrast 10.44:1
Card sample
#3fd14e text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd14e;
Background color
Panel with #3fd14e background
background-color: #3fd14e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd14e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 209, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 209, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd14e; background: linear-gradient(135deg, #3fd14e, #3FD1AF);