#3c4841
a dark, muted green · cool · closest name: darkslategray
RGB
60, 72, 65
HSL
145°, 9%, 26%
CMYK
17, 0, 10, 72
Luminance
0.0598
Every format
| HEX | #3c4841 |
| RGB | rgb(60, 72, 65) |
| HSL | hsl(145, 9%, 26%) |
| CMYK | cmyk(17%, 0%, 10%, 72%) |
| LAB | lab(29.4 -6.5 2.6) |
| LCH | lch(29.4 7.0 158.2) |
| OKLCH | oklch(0.389 0.019 159.8) |
Copy-ready code
/* CSS */
color: #3c4841;
background-color: #3c4841;
/* Tailwind (arbitrary) */
class="text-[#3c4841] bg-[#3c4841]"
/* SCSS */
$brand: #3c4841;
/* SwiftUI */
Color(red: 0.235, green: 0.282, blue: 0.255)
/* Android */
Color.parseColor("#3c4841")Accessibility — WCAG contrast
Aa
#3c4841 on white: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c4841 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green28.2%
Blue25.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow9.7%
Key (black)71.8%
Color previews
#3c4841 text on a black background
contrast 2.20:1
Card sample
#3c4841 text on a white background
contrast 9.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c4841;
Background color
Panel with #3c4841 background
background-color: #3c4841;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c4841;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 72, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 72, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c4841; background: linear-gradient(135deg, #3c4841, #3C4748);