#3c976c
a dark, soft green · cool · closest name: seagreen
RGB
60, 151, 108
HSL
152°, 43%, 41%
CMYK
60, 0, 29, 41
Luminance
0.2418
Every format
| HEX | #3c976c |
| RGB | rgb(60, 151, 108) |
| HSL | hsl(152, 43%, 41%) |
| CMYK | cmyk(60%, 0%, 29%, 41%) |
| LAB | lab(56.3 -37.5 14.8) |
| LCH | lch(56.3 40.3 158.5) |
| OKLCH | oklch(0.610 0.109 159.9) |
Copy-ready code
/* CSS */
color: #3c976c;
background-color: #3c976c;
/* Tailwind (arbitrary) */
class="text-[#3c976c] bg-[#3c976c]"
/* SCSS */
$brand: #3c976c;
/* SwiftUI */
Color(red: 0.235, green: 0.592, blue: 0.424)
/* Android */
Color.parseColor("#3c976c")Accessibility — WCAG contrast
Aa
#3c976c on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c976c on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green59.2%
Blue42.4%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow28.5%
Key (black)40.8%
Color previews
#3c976c text on a black background
contrast 5.84:1
Card sample
#3c976c text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c976c;
Background color
Panel with #3c976c background
background-color: #3c976c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c976c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 151, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 151, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c976c; background: linear-gradient(135deg, #3c976c, #3C8597);