#3c441c
a deep, soft green · cool · closest name: darkslategray
RGB
60, 68, 28
HSL
72°, 42%, 19%
CMYK
12, 0, 59, 73
Luminance
0.0518
Every format
| HEX | #3c441c |
| RGB | rgb(60, 68, 28) |
| HSL | hsl(72, 42%, 19%) |
| CMYK | cmyk(12%, 0%, 59%, 73%) |
| LAB | lab(27.2 -10.4 22.9) |
| LCH | lch(27.2 25.1 114.5) |
| OKLCH | oklch(0.369 0.062 118.9) |
Copy-ready code
/* CSS */
color: #3c441c;
background-color: #3c441c;
/* Tailwind (arbitrary) */
class="text-[#3c441c] bg-[#3c441c]"
/* SCSS */
$brand: #3c441c;
/* SwiftUI */
Color(red: 0.235, green: 0.267, blue: 0.110)
/* Android */
Color.parseColor("#3c441c")Accessibility — WCAG contrast
Aa
#3c441c on white: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c441c on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green26.7%
Blue11.0%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow58.8%
Key (black)73.3%
Color previews
#3c441c text on a black background
contrast 2.04:1
Card sample
#3c441c text on a white background
contrast 10.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c441c;
Background color
Panel with #3c441c background
background-color: #3c441c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c441c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 68, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 68, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c441c; background: linear-gradient(135deg, #3c441c, #21441C);