#4e0621
a deep, electric magenta / pink · warm · closest name: black
RGB
78, 6, 33
HSL
338°, 86%, 17%
CMYK
0, 92, 58, 69
Luminance
0.0186
Every format
| HEX | #4e0621 |
| RGB | rgb(78, 6, 33) |
| HSL | hsl(338, 86%, 17%) |
| CMYK | cmyk(0%, 92%, 58%, 69%) |
| LAB | lab(14.7 33.6 3.9) |
| LCH | lch(14.7 33.8 6.6) |
| OKLCH | oklch(0.278 0.103 5.6) |
Copy-ready code
/* CSS */
color: #4e0621;
background-color: #4e0621;
/* Tailwind (arbitrary) */
class="text-[#4e0621] bg-[#4e0621]"
/* SCSS */
$brand: #4e0621;
/* SwiftUI */
Color(red: 0.306, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#4e0621")Accessibility — WCAG contrast
Aa
#4e0621 on white: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4e0621 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green2.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta92.3%
Yellow57.7%
Key (black)69.4%
Color previews
#4e0621 text on a black background
contrast 1.37:1
Card sample
#4e0621 text on a white background
contrast 15.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e0621;
Background color
Panel with #4e0621 background
background-color: #4e0621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e0621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e0621; background: linear-gradient(135deg, #4e0621, #4E1B06);