#3c642c
a dark, soft green · cool · closest name: seagreen
RGB
60, 100, 44
HSL
103°, 39%, 28%
CMYK
40, 0, 56, 61
Luminance
0.1026
Every format
| HEX | #3c642c |
| RGB | rgb(60, 100, 44) |
| HSL | hsl(103, 39%, 28%) |
| CMYK | cmyk(40%, 0%, 56%, 61%) |
| LAB | lab(38.3 -25.7 27.1) |
| LCH | lch(38.3 37.4 133.5) |
| OKLCH | oklch(0.459 0.096 137.5) |
Copy-ready code
/* CSS */
color: #3c642c;
background-color: #3c642c;
/* Tailwind (arbitrary) */
class="text-[#3c642c] bg-[#3c642c]"
/* SCSS */
$brand: #3c642c;
/* SwiftUI */
Color(red: 0.235, green: 0.392, blue: 0.173)
/* Android */
Color.parseColor("#3c642c")Accessibility — WCAG contrast
Aa
#3c642c on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c642c on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green39.2%
Blue17.3%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow56.0%
Key (black)60.8%
Color previews
#3c642c text on a black background
contrast 3.05:1
Card sample
#3c642c text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c642c;
Background color
Panel with #3c642c background
background-color: #3c642c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c642c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 100, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 100, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c642c; background: linear-gradient(135deg, #3c642c, #2C6441);