#3cb371
a balanced, vivid green · cool · closest name: seagreen
RGB
60, 179, 113
HSL
147°, 50%, 47%
CMYK
67, 0, 37, 30
Luminance
0.3439
Every format
| HEX | #3cb371 |
| RGB | rgb(60, 179, 113) |
| HSL | hsl(147, 50%, 47%) |
| CMYK | cmyk(67%, 0%, 37%, 30%) |
| LAB | lab(65.3 -48.2 24.3) |
| LCH | lch(65.3 54.0 153.3) |
| OKLCH | oklch(0.684 0.144 155.0) |
Copy-ready code
/* CSS */
color: #3cb371;
background-color: #3cb371;
/* Tailwind (arbitrary) */
class="text-[#3cb371] bg-[#3cb371]"
/* SCSS */
$brand: #3cb371;
/* SwiftUI */
Color(red: 0.235, green: 0.702, blue: 0.443)
/* Android */
Color.parseColor("#3cb371")Accessibility — WCAG contrast
Aa
#3cb371 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb371 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green70.2%
Blue44.3%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow36.9%
Key (black)29.8%
Color previews
#3cb371 text on a black background
contrast 7.88:1
Card sample
#3cb371 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb371;
Background color
Panel with #3cb371 background
background-color: #3cb371;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb371;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 179, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 179, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb371; background: linear-gradient(135deg, #3cb371, #3CA6B3);