#c41dfd
a balanced, electric violet · warm · closest name: magenta
RGB
196, 29, 253
HSL
285°, 98%, 55%
CMYK
23, 89, 0, 1
Luminance
0.1971
Every format
| HEX | #c41dfd |
| RGB | rgb(196, 29, 253) |
| HSL | hsl(285, 98%, 55%) |
| CMYK | cmyk(23%, 89%, 0%, 1%) |
| LAB | lab(51.5 86.6 -74.4) |
| LCH | lch(51.5 114.2 319.3) |
| OKLCH | oklch(0.622 0.295 314.3) |
Copy-ready code
/* CSS */
color: #c41dfd;
background-color: #c41dfd;
/* Tailwind (arbitrary) */
class="text-[#c41dfd] bg-[#c41dfd]"
/* SCSS */
$brand: #c41dfd;
/* SwiftUI */
Color(red: 0.769, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#c41dfd")Accessibility — WCAG contrast
Aa
#c41dfd on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c41dfd on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green11.4%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c41dfd text on a black background
contrast 4.94:1
Card sample
#c41dfd text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c41dfd;
Background color
Panel with #c41dfd background
background-color: #c41dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c41dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c41dfd; background: linear-gradient(135deg, #c41dfd, #FD1DA1);