#41003b
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
65, 0, 59
HSL
306°, 100%, 13%
CMYK
0, 100, 9, 75
Luminance
0.0144
Every format
| HEX | #41003b |
| RGB | rgb(65, 0, 59) |
| HSL | hsl(306, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 9%, 75%) |
| LAB | lab(12.2 35.8 -19.2) |
| LCH | lch(12.2 40.7 331.8) |
| OKLCH | oklch(0.259 0.116 332.9) |
Copy-ready code
/* CSS */
color: #41003b;
background-color: #41003b;
/* Tailwind (arbitrary) */
class="text-[#41003b] bg-[#41003b]"
/* SCSS */
$brand: #41003b;
/* SwiftUI */
Color(red: 0.255, green: 0.000, blue: 0.231)
/* Android */
Color.parseColor("#41003b")Accessibility — WCAG contrast
Aa
#41003b on white: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#41003b on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green0.0%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow9.2%
Key (black)74.5%
Color previews
#41003b text on a black background
contrast 1.29:1
Card sample
#41003b text on a white background
contrast 16.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41003b;
Background color
Panel with #41003b background
background-color: #41003b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41003b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 0, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 0, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41003b; background: linear-gradient(135deg, #41003b, #410010);