#41004b
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
65, 0, 75
HSL
292°, 100%, 15%
CMYK
13, 100, 0, 71
Luminance
0.0163
Every format
| HEX | #41004b |
| RGB | rgb(65, 0, 75) |
| HSL | hsl(292, 100%, 15%) |
| CMYK | cmyk(13%, 100%, 0%, 71%) |
| LAB | lab(13.4 38.7 -28.6) |
| LCH | lch(13.4 48.1 323.6) |
| OKLCH | oklch(0.271 0.129 321.5) |
Copy-ready code
/* CSS */
color: #41004b;
background-color: #41004b;
/* Tailwind (arbitrary) */
class="text-[#41004b] bg-[#41004b]"
/* SCSS */
$brand: #41004b;
/* SwiftUI */
Color(red: 0.255, green: 0.000, blue: 0.294)
/* Android */
Color.parseColor("#41004b")Accessibility — WCAG contrast
Aa
#41004b on white: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#41004b on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green0.0%
Blue29.4%
CMYK percentages
Cyan13.3%
Magenta100.0%
Yellow0.0%
Key (black)70.6%
Color previews
#41004b text on a black background
contrast 1.33:1
Card sample
#41004b text on a white background
contrast 15.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41004b;
Background color
Panel with #41004b background
background-color: #41004b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41004b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 0, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 0, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41004b; background: linear-gradient(135deg, #41004b, #4B0023);