#411049
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
65, 16, 73
HSL
292°, 64%, 18%
CMYK
11, 78, 0, 71
Luminance
0.0198
Every format
| HEX | #411049 |
| RGB | rgb(65, 16, 73) |
| HSL | hsl(292, 64%, 18%) |
| CMYK | cmyk(11%, 78%, 0%, 71%) |
| LAB | lab(15.4 32.3 -24.1) |
| LCH | lch(15.4 40.3 323.3) |
| OKLCH | oklch(0.284 0.109 321.7) |
Copy-ready code
/* CSS */
color: #411049;
background-color: #411049;
/* Tailwind (arbitrary) */
class="text-[#411049] bg-[#411049]"
/* SCSS */
$brand: #411049;
/* SwiftUI */
Color(red: 0.255, green: 0.063, blue: 0.286)
/* Android */
Color.parseColor("#411049")Accessibility — WCAG contrast
Aa
#411049 on white: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#411049 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green6.3%
Blue28.6%
CMYK percentages
Cyan11.0%
Magenta78.1%
Yellow0.0%
Key (black)71.4%
Color previews
#411049 text on a black background
contrast 1.40:1
Card sample
#411049 text on a white background
contrast 15.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #411049;
Background color
Panel with #411049 background
background-color: #411049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #411049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 16, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 16, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #411049; background: linear-gradient(135deg, #411049, #49102B);