#c441f0
a balanced, electric violet · warm · closest name: magenta
RGB
196, 65, 240
HSL
285°, 85%, 60%
CMYK
18, 73, 0, 6
Luminance
0.2181
Every format
| HEX | #c441f0 |
| RGB | rgb(196, 65, 240) |
| HSL | hsl(285, 85%, 60%) |
| CMYK | cmyk(18%, 73%, 0%, 6%) |
| LAB | lab(53.8 74.9 -63.4) |
| LCH | lch(53.8 98.1 319.8) |
| OKLCH | oklch(0.635 0.257 316.0) |
Copy-ready code
/* CSS */
color: #c441f0;
background-color: #c441f0;
/* Tailwind (arbitrary) */
class="text-[#c441f0] bg-[#c441f0]"
/* SCSS */
$brand: #c441f0;
/* SwiftUI */
Color(red: 0.769, green: 0.255, blue: 0.941)
/* Android */
Color.parseColor("#c441f0")Accessibility — WCAG contrast
Aa
#c441f0 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c441f0 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green25.5%
Blue94.1%
CMYK percentages
Cyan18.3%
Magenta72.9%
Yellow0.0%
Key (black)5.9%
Color previews
#c441f0 text on a black background
contrast 5.36:1
Card sample
#c441f0 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c441f0;
Background color
Panel with #c441f0 background
background-color: #c441f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c441f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 65, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 65, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c441f0; background: linear-gradient(135deg, #c441f0, #F041A7);