#3fd554
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 213, 84
HSL
128°, 64%, 54%
CMYK
70, 0, 61, 17
Luminance
0.4929
Every format
| HEX | #3fd554 |
| RGB | rgb(63, 213, 84) |
| HSL | hsl(128, 64%, 54%) |
| CMYK | cmyk(70%, 0%, 61%, 17%) |
| LAB | lab(75.6 -64.5 51.5) |
| LCH | lch(75.6 82.5 141.4) |
| OKLCH | oklch(0.768 0.212 145.2) |
Copy-ready code
/* CSS */
color: #3fd554;
background-color: #3fd554;
/* Tailwind (arbitrary) */
class="text-[#3fd554] bg-[#3fd554]"
/* SCSS */
$brand: #3fd554;
/* SwiftUI */
Color(red: 0.247, green: 0.835, blue: 0.329)
/* Android */
Color.parseColor("#3fd554")Accessibility — WCAG contrast
Aa
#3fd554 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd554 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green83.5%
Blue32.9%
CMYK percentages
Cyan70.4%
Magenta0.0%
Yellow60.6%
Key (black)16.5%
Color previews
#3fd554 text on a black background
contrast 10.86:1
Card sample
#3fd554 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd554;
Background color
Panel with #3fd554 background
background-color: #3fd554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 213, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 213, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd554; background: linear-gradient(135deg, #3fd554, #3FD5B8);