#4e352f
a deep, soft red · warm · closest name: darkslategray
RGB
78, 53, 47
HSL
12°, 25%, 25%
CMYK
0, 32, 40, 69
Luminance
0.0437
Every format
| HEX | #4e352f |
| RGB | rgb(78, 53, 47) |
| HSL | hsl(12, 25%, 25%) |
| CMYK | cmyk(0%, 32%, 40%, 69%) |
| LAB | lab(24.9 10.3 8.3) |
| LCH | lch(24.9 13.2 38.7) |
| OKLCH | oklch(0.356 0.038 34.0) |
Copy-ready code
/* CSS */
color: #4e352f;
background-color: #4e352f;
/* Tailwind (arbitrary) */
class="text-[#4e352f] bg-[#4e352f]"
/* SCSS */
$brand: #4e352f;
/* SwiftUI */
Color(red: 0.306, green: 0.208, blue: 0.184)
/* Android */
Color.parseColor("#4e352f")Accessibility — WCAG contrast
Aa
#4e352f on white: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4e352f on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green20.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta32.1%
Yellow39.7%
Key (black)69.4%
Color previews
#4e352f text on a black background
contrast 1.87:1
Card sample
#4e352f text on a white background
contrast 11.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e352f;
Background color
Panel with #4e352f background
background-color: #4e352f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e352f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 53, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 53, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e352f; background: linear-gradient(135deg, #4e352f, #4E4A2F);