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