#3cd554
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 213, 84
HSL
129°, 65%, 54%
CMYK
72, 0, 61, 17
Luminance
0.4919
Every format
| HEX | #3cd554 |
| RGB | rgb(60, 213, 84) |
| HSL | hsl(129, 65%, 54%) |
| CMYK | cmyk(72%, 0%, 61%, 17%) |
| LAB | lab(75.6 -65.0 51.4) |
| LCH | lch(75.6 82.8 141.7) |
| OKLCH | oklch(0.768 0.213 145.5) |
Copy-ready code
/* CSS */
color: #3cd554;
background-color: #3cd554;
/* Tailwind (arbitrary) */
class="text-[#3cd554] bg-[#3cd554]"
/* SCSS */
$brand: #3cd554;
/* SwiftUI */
Color(red: 0.235, green: 0.835, blue: 0.329)
/* Android */
Color.parseColor("#3cd554")Accessibility — WCAG contrast
Aa
#3cd554 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd554 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green83.5%
Blue32.9%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow60.6%
Key (black)16.5%
Color previews
#3cd554 text on a black background
contrast 10.84:1
Card sample
#3cd554 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd554;
Background color
Panel with #3cd554 background
background-color: #3cd554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 213, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 213, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd554; background: linear-gradient(135deg, #3cd554, #3CD5BA);