#410049
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
65, 0, 73
HSL
293°, 100%, 14%
CMYK
11, 100, 0, 71
Luminance
0.0160
Every format
| HEX | #410049 |
| RGB | rgb(65, 0, 73) |
| HSL | hsl(293, 100%, 14%) |
| CMYK | cmyk(11%, 100%, 0%, 71%) |
| LAB | lab(13.3 38.3 -27.4) |
| LCH | lch(13.3 47.1 324.4) |
| OKLCH | oklch(0.270 0.128 322.8) |
Copy-ready code
/* CSS */
color: #410049;
background-color: #410049;
/* Tailwind (arbitrary) */
class="text-[#410049] bg-[#410049]"
/* SCSS */
$brand: #410049;
/* SwiftUI */
Color(red: 0.255, green: 0.000, blue: 0.286)
/* Android */
Color.parseColor("#410049")Accessibility — WCAG contrast
Aa
#410049 on white: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#410049 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green0.0%
Blue28.6%
CMYK percentages
Cyan11.0%
Magenta100.0%
Yellow0.0%
Key (black)71.4%
Color previews
#410049 text on a black background
contrast 1.32:1
Card sample
#410049 text on a white background
contrast 15.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #410049;
Background color
Panel with #410049 background
background-color: #410049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #410049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 0, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 0, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #410049; background: linear-gradient(135deg, #410049, #490020);