#c41cc4
a dark, electric magenta / pink · warm · closest name: magenta
RGB
196, 28, 196
HSL
300°, 75%, 44%
CMYK
0, 86, 0, 23
Luminance
0.1655
Every format
| HEX | #c41cc4 |
| RGB | rgb(196, 28, 196) |
| HSL | hsl(300, 75%, 44%) |
| CMYK | cmyk(0%, 86%, 0%, 23%) |
| LAB | lab(47.7 77.4 -48.2) |
| LCH | lch(47.7 91.2 328.1) |
| OKLCH | oklch(0.583 0.254 328.2) |
Copy-ready code
/* CSS */
color: #c41cc4;
background-color: #c41cc4;
/* Tailwind (arbitrary) */
class="text-[#c41cc4] bg-[#c41cc4]"
/* SCSS */
$brand: #c41cc4;
/* SwiftUI */
Color(red: 0.769, green: 0.110, blue: 0.769)
/* Android */
Color.parseColor("#c41cc4")Accessibility — WCAG contrast
Aa
#c41cc4 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c41cc4 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green11.0%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow0.0%
Key (black)23.1%
Color previews
#c41cc4 text on a black background
contrast 4.31:1
Card sample
#c41cc4 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c41cc4;
Background color
Panel with #c41cc4 background
background-color: #c41cc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c41cc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 28, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 28, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c41cc4; background: linear-gradient(135deg, #c41cc4, #C41C54);