#410941
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
65, 9, 65
HSL
300°, 76%, 15%
CMYK
0, 86, 0, 75
Luminance
0.0170
Every format
| HEX | #410941 |
| RGB | rgb(65, 9, 65) |
| HSL | hsl(300, 76%, 15%) |
| CMYK | cmyk(0%, 86%, 0%, 75%) |
| LAB | lab(13.8 33.4 -20.9) |
| LCH | lch(13.8 39.4 327.9) |
| OKLCH | oklch(0.272 0.110 328.1) |
Copy-ready code
/* CSS */
color: #410941;
background-color: #410941;
/* Tailwind (arbitrary) */
class="text-[#410941] bg-[#410941]"
/* SCSS */
$brand: #410941;
/* SwiftUI */
Color(red: 0.255, green: 0.035, blue: 0.255)
/* Android */
Color.parseColor("#410941")Accessibility — WCAG contrast
Aa
#410941 on white: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#410941 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green3.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta86.2%
Yellow0.0%
Key (black)74.5%
Color previews
#410941 text on a black background
contrast 1.34:1
Card sample
#410941 text on a white background
contrast 15.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #410941;
Background color
Panel with #410941 background
background-color: #410941;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #410941;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 9, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 9, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #410941; background: linear-gradient(135deg, #410941, #41091C);