#3fcb56
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 203, 86
HSL
130°, 57%, 52%
CMYK
69, 0, 58, 20
Luminance
0.4444
Every format
| HEX | #3fcb56 |
| RGB | rgb(63, 203, 86) |
| HSL | hsl(130, 57%, 52%) |
| CMYK | cmyk(69%, 0%, 58%, 20%) |
| LAB | lab(72.5 -60.8 47.0) |
| LCH | lch(72.5 76.8 142.3) |
| OKLCH | oklch(0.743 0.198 145.9) |
Copy-ready code
/* CSS */
color: #3fcb56;
background-color: #3fcb56;
/* Tailwind (arbitrary) */
class="text-[#3fcb56] bg-[#3fcb56]"
/* SCSS */
$brand: #3fcb56;
/* SwiftUI */
Color(red: 0.247, green: 0.796, blue: 0.337)
/* Android */
Color.parseColor("#3fcb56")Accessibility — WCAG contrast
Aa
#3fcb56 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcb56 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green79.6%
Blue33.7%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow57.6%
Key (black)20.4%
Color previews
#3fcb56 text on a black background
contrast 9.89:1
Card sample
#3fcb56 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcb56;
Background color
Panel with #3fcb56 background
background-color: #3fcb56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcb56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 203, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 203, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcb56; background: linear-gradient(135deg, #3fcb56, #3FCBB4);