#c41aff
a balanced, electric violet · warm · closest name: magenta
RGB
196, 26, 255
HSL
285°, 100%, 55%
CMYK
23, 90, 0, 0
Luminance
0.1969
Every format
| HEX | #c41aff |
| RGB | rgb(196, 26, 255) |
| HSL | hsl(285, 100%, 55%) |
| CMYK | cmyk(23%, 90%, 0%, 0%) |
| LAB | lab(51.5 87.4 -75.6) |
| LCH | lch(51.5 115.6 319.2) |
| OKLCH | oklch(0.622 0.297 314.0) |
Copy-ready code
/* CSS */
color: #c41aff;
background-color: #c41aff;
/* Tailwind (arbitrary) */
class="text-[#c41aff] bg-[#c41aff]"
/* SCSS */
$brand: #c41aff;
/* SwiftUI */
Color(red: 0.769, green: 0.102, blue: 1.000)
/* Android */
Color.parseColor("#c41aff")Accessibility — WCAG contrast
Aa
#c41aff on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c41aff on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green10.2%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta89.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c41aff text on a black background
contrast 4.94:1
Card sample
#c41aff text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c41aff;
Background color
Panel with #c41aff background
background-color: #c41aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c41aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 26, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 26, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c41aff; background: linear-gradient(135deg, #c41aff, #FF1AA1);