#3fba3d
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 186, 61
HSL
119°, 51%, 48%
CMYK
66, 0, 67, 27
Luminance
0.3651
Every format
| HEX | #3fba3d |
| RGB | rgb(63, 186, 61) |
| HSL | hsl(119, 51%, 48%) |
| CMYK | cmyk(66%, 0%, 67%, 27%) |
| LAB | lab(66.9 -57.8 51.6) |
| LCH | lch(66.9 77.4 138.2) |
| OKLCH | oklch(0.696 0.197 142.9) |
Copy-ready code
/* CSS */
color: #3fba3d;
background-color: #3fba3d;
/* Tailwind (arbitrary) */
class="text-[#3fba3d] bg-[#3fba3d]"
/* SCSS */
$brand: #3fba3d;
/* SwiftUI */
Color(red: 0.247, green: 0.729, blue: 0.239)
/* Android */
Color.parseColor("#3fba3d")Accessibility — WCAG contrast
Aa
#3fba3d on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fba3d on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green72.9%
Blue23.9%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow67.2%
Key (black)27.1%
Color previews
#3fba3d text on a black background
contrast 8.30:1
Card sample
#3fba3d text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fba3d;
Background color
Panel with #3fba3d background
background-color: #3fba3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fba3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 186, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 186, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fba3d; background: linear-gradient(135deg, #3fba3d, #3DBA8E);