#4b393d
a dark, muted red · warm · closest name: darkslategray
RGB
75, 57, 61
HSL
347°, 14%, 26%
CMYK
0, 24, 19, 71
Luminance
0.0476
Every format
| HEX | #4b393d |
| RGB | rgb(75, 57, 61) |
| HSL | hsl(347, 14%, 26%) |
| CMYK | cmyk(0%, 24%, 19%, 71%) |
| LAB | lab(26.0 8.7 0.6) |
| LCH | lch(26.0 8.7 3.8) |
| OKLCH | oklch(0.366 0.026 3.6) |
Copy-ready code
/* CSS */
color: #4b393d;
background-color: #4b393d;
/* Tailwind (arbitrary) */
class="text-[#4b393d] bg-[#4b393d]"
/* SCSS */
$brand: #4b393d;
/* SwiftUI */
Color(red: 0.294, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#4b393d")Accessibility — WCAG contrast
Aa
#4b393d on white: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b393d on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green22.4%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow18.7%
Key (black)70.6%
Color previews
#4b393d text on a black background
contrast 1.95:1
Card sample
#4b393d text on a white background
contrast 10.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b393d;
Background color
Panel with #4b393d background
background-color: #4b393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b393d; background: linear-gradient(135deg, #4b393d, #4B4139);