#49104f
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
73, 16, 79
HSL
294°, 66%, 19%
CMYK
8, 80, 0, 69
Luminance
0.0235
Every format
| HEX | #49104f |
| RGB | rgb(73, 16, 79) |
| HSL | hsl(294, 66%, 19%) |
| CMYK | cmyk(8%, 80%, 0%, 69%) |
| LAB | lab(17.2 35.5 -25.1) |
| LCH | lch(17.2 43.5 324.7) |
| OKLCH | oklch(0.302 0.118 323.8) |
Copy-ready code
/* CSS */
color: #49104f;
background-color: #49104f;
/* Tailwind (arbitrary) */
class="text-[#49104f] bg-[#49104f]"
/* SCSS */
$brand: #49104f;
/* SwiftUI */
Color(red: 0.286, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#49104f")Accessibility — WCAG contrast
Aa
#49104f on white: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#49104f on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green6.3%
Blue31.0%
CMYK percentages
Cyan7.6%
Magenta79.7%
Yellow0.0%
Key (black)69.0%
Color previews
#49104f text on a black background
contrast 1.47:1
Card sample
#49104f text on a white background
contrast 14.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49104f;
Background color
Panel with #49104f background
background-color: #49104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49104f; background: linear-gradient(135deg, #49104f, #4F102B);