#4e1f3e
a deep, soft magenta / pink · warm · closest name: black
RGB
78, 31, 62
HSL
320°, 43%, 21%
CMYK
0, 60, 21, 69
Luminance
0.0295
Every format
| HEX | #4e1f3e |
| RGB | rgb(78, 31, 62) |
| HSL | hsl(320, 43%, 21%) |
| CMYK | cmyk(0%, 60%, 21%, 69%) |
| LAB | lab(19.8 26.4 -9.3) |
| LCH | lch(19.8 28.0 340.6) |
| OKLCH | oklch(0.320 0.083 342.5) |
Copy-ready code
/* CSS */
color: #4e1f3e;
background-color: #4e1f3e;
/* Tailwind (arbitrary) */
class="text-[#4e1f3e] bg-[#4e1f3e]"
/* SCSS */
$brand: #4e1f3e;
/* SwiftUI */
Color(red: 0.306, green: 0.122, blue: 0.243)
/* Android */
Color.parseColor("#4e1f3e")Accessibility — WCAG contrast
Aa
#4e1f3e on white: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4e1f3e on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green12.2%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow20.5%
Key (black)69.4%
Color previews
#4e1f3e text on a black background
contrast 1.59:1
Card sample
#4e1f3e text on a white background
contrast 13.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e1f3e;
Background color
Panel with #4e1f3e background
background-color: #4e1f3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e1f3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 31, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 31, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e1f3e; background: linear-gradient(135deg, #4e1f3e, #4E1F1F);