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