#3cc477
a balanced, vivid green · cool · closest name: seagreen
RGB
60, 196, 119
HSL
146°, 54%, 50%
CMYK
69, 0, 39, 23
Luminance
0.4177
Every format
| HEX | #3cc477 |
| RGB | rgb(60, 196, 119) |
| HSL | hsl(146, 54%, 50%) |
| CMYK | cmyk(69%, 0%, 39%, 23%) |
| LAB | lab(70.7 -53.7 28.4) |
| LCH | lch(70.7 60.7 152.2) |
| OKLCH | oklch(0.729 0.161 154.0) |
Copy-ready code
/* CSS */
color: #3cc477;
background-color: #3cc477;
/* Tailwind (arbitrary) */
class="text-[#3cc477] bg-[#3cc477]"
/* SCSS */
$brand: #3cc477;
/* SwiftUI */
Color(red: 0.235, green: 0.769, blue: 0.467)
/* Android */
Color.parseColor("#3cc477")Accessibility — WCAG contrast
Aa
#3cc477 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cc477 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green76.9%
Blue46.7%
CMYK percentages
Cyan69.4%
Magenta0.0%
Yellow39.3%
Key (black)23.1%
Color previews
#3cc477 text on a black background
contrast 9.35:1
Card sample
#3cc477 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cc477;
Background color
Panel with #3cc477 background
background-color: #3cc477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cc477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 196, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 196, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cc477; background: linear-gradient(135deg, #3cc477, #3CB6C4);