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