#4e0016
a deep, electric magenta / pink · warm · closest name: maroon
RGB
78, 0, 22
HSL
343°, 100%, 15%
CMYK
0, 100, 72, 69
Luminance
0.0168
Every format
| HEX | #4e0016 |
| RGB | rgb(78, 0, 22) |
| HSL | hsl(343, 100%, 15%) |
| CMYK | cmyk(0%, 100%, 72%, 69%) |
| LAB | lab(13.7 34.9 10.6) |
| LCH | lch(13.7 36.5 16.9) |
| OKLCH | oklch(0.270 0.108 13.7) |
Copy-ready code
/* CSS */
color: #4e0016;
background-color: #4e0016;
/* Tailwind (arbitrary) */
class="text-[#4e0016] bg-[#4e0016]"
/* SCSS */
$brand: #4e0016;
/* SwiftUI */
Color(red: 0.306, green: 0.000, blue: 0.086)
/* Android */
Color.parseColor("#4e0016")Accessibility — WCAG contrast
Aa
#4e0016 on white: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4e0016 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green0.0%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow71.8%
Key (black)69.4%
Color previews
#4e0016 text on a black background
contrast 1.34:1
Card sample
#4e0016 text on a white background
contrast 15.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e0016;
Background color
Panel with #4e0016 background
background-color: #4e0016;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e0016;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 0, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 0, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e0016; background: linear-gradient(135deg, #4e0016, #4E1E00);