#3fc549
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 197, 73
HSL
125°, 54%, 51%
CMYK
68, 0, 63, 23
Luminance
0.4147
Every format
| HEX | #3fc549 |
| RGB | rgb(63, 197, 73) |
| HSL | hsl(125, 54%, 51%) |
| CMYK | cmyk(68%, 0%, 63%, 23%) |
| LAB | lab(70.5 -60.3 50.5) |
| LCH | lch(70.5 78.6 140.1) |
| OKLCH | oklch(0.726 0.201 144.2) |
Copy-ready code
/* CSS */
color: #3fc549;
background-color: #3fc549;
/* Tailwind (arbitrary) */
class="text-[#3fc549] bg-[#3fc549]"
/* SCSS */
$brand: #3fc549;
/* SwiftUI */
Color(red: 0.247, green: 0.773, blue: 0.286)
/* Android */
Color.parseColor("#3fc549")Accessibility — WCAG contrast
Aa
#3fc549 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fc549 on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green77.3%
Blue28.6%
CMYK percentages
Cyan68.0%
Magenta0.0%
Yellow62.9%
Key (black)22.7%
Color previews
#3fc549 text on a black background
contrast 9.29:1
Card sample
#3fc549 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fc549;
Background color
Panel with #3fc549 background
background-color: #3fc549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fc549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 197, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 197, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fc549; background: linear-gradient(135deg, #3fc549, #3FC5A2);