#3c874c
a dark, soft green · cool · closest name: seagreen
RGB
60, 135, 76
HSL
133°, 39%, 38%
CMYK
56, 0, 44, 47
Luminance
0.1881
Every format
| HEX | #3c874c |
| RGB | rgb(60, 135, 76) |
| HSL | hsl(133, 39%, 38%) |
| CMYK | cmyk(56%, 0%, 44%, 47%) |
| LAB | lab(50.5 -36.8 24.8) |
| LCH | lch(50.5 44.4 146.0) |
| OKLCH | oklch(0.560 0.117 148.5) |
Copy-ready code
/* CSS */
color: #3c874c;
background-color: #3c874c;
/* Tailwind (arbitrary) */
class="text-[#3c874c] bg-[#3c874c]"
/* SCSS */
$brand: #3c874c;
/* SwiftUI */
Color(red: 0.235, green: 0.529, blue: 0.298)
/* Android */
Color.parseColor("#3c874c")Accessibility — WCAG contrast
Aa
#3c874c on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c874c on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green52.9%
Blue29.8%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow43.7%
Key (black)47.1%
Color previews
#3c874c text on a black background
contrast 4.76:1
Card sample
#3c874c text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c874c;
Background color
Panel with #3c874c background
background-color: #3c874c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c874c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 135, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 135, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c874c; background: linear-gradient(135deg, #3c874c, #3C877E);