#410046
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
65, 0, 70
HSL
296°, 100%, 14%
CMYK
7, 100, 0, 73
Luminance
0.0157
Every format
| HEX | #410046 |
| RGB | rgb(65, 0, 70) |
| HSL | hsl(296, 100%, 14%) |
| CMYK | cmyk(7%, 100%, 0%, 73%) |
| LAB | lab(13.0 37.8 -25.7) |
| LCH | lch(13.0 45.7 325.7) |
| OKLCH | oklch(0.267 0.125 324.8) |
Copy-ready code
/* CSS */
color: #410046;
background-color: #410046;
/* Tailwind (arbitrary) */
class="text-[#410046] bg-[#410046]"
/* SCSS */
$brand: #410046;
/* SwiftUI */
Color(red: 0.255, green: 0.000, blue: 0.275)
/* Android */
Color.parseColor("#410046")Accessibility — WCAG contrast
Aa
#410046 on white: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#410046 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green0.0%
Blue27.5%
CMYK percentages
Cyan7.1%
Magenta100.0%
Yellow0.0%
Key (black)72.5%
Color previews
#410046 text on a black background
contrast 1.31:1
Card sample
#410046 text on a white background
contrast 15.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #410046;
Background color
Panel with #410046 background
background-color: #410046;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #410046;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 0, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 0, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #410046; background: linear-gradient(135deg, #410046, #46001C);