#3fcb6d
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 203, 109
HSL
140°, 57%, 52%
CMYK
69, 0, 46, 20
Luminance
0.4487
Every format
| HEX | #3fcb6d |
| RGB | rgb(63, 203, 109) |
| HSL | hsl(140, 57%, 52%) |
| CMYK | cmyk(69%, 0%, 46%, 20%) |
| LAB | lab(72.8 -57.5 36.2) |
| LCH | lch(72.8 68.0 147.8) |
| OKLCH | oklch(0.746 0.178 150.2) |
Copy-ready code
/* CSS */
color: #3fcb6d;
background-color: #3fcb6d;
/* Tailwind (arbitrary) */
class="text-[#3fcb6d] bg-[#3fcb6d]"
/* SCSS */
$brand: #3fcb6d;
/* SwiftUI */
Color(red: 0.247, green: 0.796, blue: 0.427)
/* Android */
Color.parseColor("#3fcb6d")Accessibility — WCAG contrast
Aa
#3fcb6d on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcb6d on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green79.6%
Blue42.7%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow46.3%
Key (black)20.4%
Color previews
#3fcb6d text on a black background
contrast 9.97:1
Card sample
#3fcb6d text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcb6d;
Background color
Panel with #3fcb6d background
background-color: #3fcb6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcb6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 203, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 203, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcb6d; background: linear-gradient(135deg, #3fcb6d, #3FCBCA);