#3c8944
a dark, soft green · cool · closest name: seagreen
RGB
60, 137, 68
HSL
126°, 39%, 39%
CMYK
56, 0, 50, 46
Luminance
0.1927
Every format
| HEX | #3c8944 |
| RGB | rgb(60, 137, 68) |
| HSL | hsl(126, 39%, 39%) |
| CMYK | cmyk(56%, 0%, 50%, 46%) |
| LAB | lab(51.0 -39.0 29.8) |
| LCH | lch(51.0 49.1 142.6) |
| OKLCH | oklch(0.564 0.128 145.6) |
Copy-ready code
/* CSS */
color: #3c8944;
background-color: #3c8944;
/* Tailwind (arbitrary) */
class="text-[#3c8944] bg-[#3c8944]"
/* SCSS */
$brand: #3c8944;
/* SwiftUI */
Color(red: 0.235, green: 0.537, blue: 0.267)
/* Android */
Color.parseColor("#3c8944")Accessibility — WCAG contrast
Aa
#3c8944 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c8944 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green53.7%
Blue26.7%
CMYK percentages
Cyan56.2%
Magenta0.0%
Yellow50.4%
Key (black)46.3%
Color previews
#3c8944 text on a black background
contrast 4.85:1
Card sample
#3c8944 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c8944;
Background color
Panel with #3c8944 background
background-color: #3c8944;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c8944;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 137, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 137, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c8944; background: linear-gradient(135deg, #3c8944, #3C8977);