#4d1f4d
a deep, soft magenta / pink · warm · closest name: midnightblue
RGB
77, 31, 77
HSL
300°, 43%, 21%
CMYK
0, 60, 0, 70
Luminance
0.0309
Every format
| HEX | #4d1f4d |
| RGB | rgb(77, 31, 77) |
| HSL | hsl(300, 43%, 21%) |
| CMYK | cmyk(0%, 60%, 0%, 70%) |
| LAB | lab(20.4 29.0 -18.7) |
| LCH | lch(20.4 34.5 327.2) |
| OKLCH | oklch(0.326 0.096 327.5) |
Copy-ready code
/* CSS */
color: #4d1f4d;
background-color: #4d1f4d;
/* Tailwind (arbitrary) */
class="text-[#4d1f4d] bg-[#4d1f4d]"
/* SCSS */
$brand: #4d1f4d;
/* SwiftUI */
Color(red: 0.302, green: 0.122, blue: 0.302)
/* Android */
Color.parseColor("#4d1f4d")Accessibility — WCAG contrast
Aa
#4d1f4d on white: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4d1f4d on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green12.2%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow0.0%
Key (black)69.8%
Color previews
#4d1f4d text on a black background
contrast 1.62:1
Card sample
#4d1f4d text on a white background
contrast 12.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d1f4d;
Background color
Panel with #4d1f4d background
background-color: #4d1f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d1f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 31, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 31, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d1f4d; background: linear-gradient(135deg, #4d1f4d, #4D1F2E);