#4c3942
a dark, muted magenta / pink · warm · closest name: darkslategray
RGB
76, 57, 66
HSL
332°, 14%, 26%
CMYK
0, 25, 13, 70
Luminance
0.0486
Every format
| HEX | #4c3942 |
| RGB | rgb(76, 57, 66) |
| HSL | hsl(332, 14%, 26%) |
| CMYK | cmyk(0%, 25%, 13%, 70%) |
| LAB | lab(26.3 10.1 -2.3) |
| LCH | lch(26.3 10.4 347.2) |
| OKLCH | oklch(0.369 0.030 348.6) |
Copy-ready code
/* CSS */
color: #4c3942;
background-color: #4c3942;
/* Tailwind (arbitrary) */
class="text-[#4c3942] bg-[#4c3942]"
/* SCSS */
$brand: #4c3942;
/* SwiftUI */
Color(red: 0.298, green: 0.224, blue: 0.259)
/* Android */
Color.parseColor("#4c3942")Accessibility — WCAG contrast
Aa
#4c3942 on white: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c3942 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green22.4%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow13.2%
Key (black)70.2%
Color previews
#4c3942 text on a black background
contrast 1.97:1
Card sample
#4c3942 text on a white background
contrast 10.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c3942;
Background color
Panel with #4c3942 background
background-color: #4c3942;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c3942;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 57, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 57, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c3942; background: linear-gradient(135deg, #4c3942, #4C3D39);