#c41cef
a balanced, electric violet · warm · closest name: magenta
RGB
196, 28, 239
HSL
288°, 87%, 52%
CMYK
18, 88, 0, 6
Luminance
0.1880
Every format
| HEX | #c41cef |
| RGB | rgb(196, 28, 239) |
| HSL | hsl(288, 87%, 52%) |
| CMYK | cmyk(18%, 88%, 0%, 6%) |
| LAB | lab(50.5 84.3 -68.3) |
| LCH | lch(50.5 108.5 321.0) |
| OKLCH | oklch(0.611 0.285 317.4) |
Copy-ready code
/* CSS */
color: #c41cef;
background-color: #c41cef;
/* Tailwind (arbitrary) */
class="text-[#c41cef] bg-[#c41cef]"
/* SCSS */
$brand: #c41cef;
/* SwiftUI */
Color(red: 0.769, green: 0.110, blue: 0.937)
/* Android */
Color.parseColor("#c41cef")Accessibility — WCAG contrast
Aa
#c41cef on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c41cef on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green11.0%
Blue93.7%
CMYK percentages
Cyan18.0%
Magenta88.3%
Yellow0.0%
Key (black)6.3%
Color previews
#c41cef text on a black background
contrast 4.76:1
Card sample
#c41cef text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c41cef;
Background color
Panel with #c41cef background
background-color: #c41cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c41cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 28, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 28, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c41cef; background: linear-gradient(135deg, #c41cef, #EF1C8D);