#3fcb50
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 203, 80
HSL
127°, 57%, 52%
CMYK
69, 0, 61, 20
Luminance
0.4435
Every format
| HEX | #3fcb50 |
| RGB | rgb(63, 203, 80) |
| HSL | hsl(127, 57%, 52%) |
| CMYK | cmyk(69%, 0%, 61%, 20%) |
| LAB | lab(72.5 -61.6 49.6) |
| LCH | lch(72.5 79.1 141.1) |
| OKLCH | oklch(0.742 0.203 145.0) |
Copy-ready code
/* CSS */
color: #3fcb50;
background-color: #3fcb50;
/* Tailwind (arbitrary) */
class="text-[#3fcb50] bg-[#3fcb50]"
/* SCSS */
$brand: #3fcb50;
/* SwiftUI */
Color(red: 0.247, green: 0.796, blue: 0.314)
/* Android */
Color.parseColor("#3fcb50")Accessibility — WCAG contrast
Aa
#3fcb50 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcb50 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green79.6%
Blue31.4%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow60.6%
Key (black)20.4%
Color previews
#3fcb50 text on a black background
contrast 9.87:1
Card sample
#3fcb50 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcb50;
Background color
Panel with #3fcb50 background
background-color: #3fcb50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcb50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 203, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 203, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcb50; background: linear-gradient(135deg, #3fcb50, #3FCBAD);