#4c393d
a dark, muted red · warm · closest name: darkslategray
RGB
76, 57, 61
HSL
347°, 14%, 26%
CMYK
0, 25, 20, 70
Luminance
0.0480
Every format
| HEX | #4c393d |
| RGB | rgb(76, 57, 61) |
| HSL | hsl(347, 14%, 26%) |
| CMYK | cmyk(0%, 25%, 20%, 70%) |
| LAB | lab(26.2 9.1 0.8) |
| LCH | lch(26.2 9.2 4.8) |
| OKLCH | oklch(0.367 0.028 4.5) |
Copy-ready code
/* CSS */
color: #4c393d;
background-color: #4c393d;
/* Tailwind (arbitrary) */
class="text-[#4c393d] bg-[#4c393d]"
/* SCSS */
$brand: #4c393d;
/* SwiftUI */
Color(red: 0.298, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#4c393d")Accessibility — WCAG contrast
Aa
#4c393d on white: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c393d on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green22.4%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow19.7%
Key (black)70.2%
Color previews
#4c393d text on a black background
contrast 1.96:1
Card sample
#4c393d text on a white background
contrast 10.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c393d;
Background color
Panel with #4c393d background
background-color: #4c393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c393d; background: linear-gradient(135deg, #4c393d, #4C4239);