#41002a
a deep, electric magenta / pink · warm · closest name: black
RGB
65, 0, 42
HSL
321°, 100%, 13%
CMYK
0, 100, 35, 75
Luminance
0.0129
Every format
| HEX | #41002a |
| RGB | rgb(65, 0, 42) |
| HSL | hsl(321, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 35%, 75%) |
| LAB | lab(11.2 33.3 -8.4) |
| LCH | lch(11.2 34.4 345.9) |
| OKLCH | oklch(0.249 0.105 347.8) |
Copy-ready code
/* CSS */
color: #41002a;
background-color: #41002a;
/* Tailwind (arbitrary) */
class="text-[#41002a] bg-[#41002a]"
/* SCSS */
$brand: #41002a;
/* SwiftUI */
Color(red: 0.255, green: 0.000, blue: 0.165)
/* Android */
Color.parseColor("#41002a")Accessibility — WCAG contrast
Aa
#41002a on white: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#41002a on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green0.0%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow35.4%
Key (black)74.5%
Color previews
#41002a text on a black background
contrast 1.26:1
Card sample
#41002a text on a white background
contrast 16.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41002a;
Background color
Panel with #41002a background
background-color: #41002a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41002a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 0, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 0, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41002a; background: linear-gradient(135deg, #41002a, #410100);