#c441f4
a balanced, electric violet · warm · closest name: magenta
RGB
196, 65, 244
HSL
284°, 89%, 61%
CMYK
20, 73, 0, 4
Luminance
0.2205
Every format
| HEX | #c441f4 |
| RGB | rgb(196, 65, 244) |
| HSL | hsl(284, 89%, 61%) |
| CMYK | cmyk(20%, 73%, 0%, 4%) |
| LAB | lab(54.1 75.7 -65.2) |
| LCH | lch(54.1 99.9 319.2) |
| OKLCH | oklch(0.638 0.261 315.1) |
Copy-ready code
/* CSS */
color: #c441f4;
background-color: #c441f4;
/* Tailwind (arbitrary) */
class="text-[#c441f4] bg-[#c441f4]"
/* SCSS */
$brand: #c441f4;
/* SwiftUI */
Color(red: 0.769, green: 0.255, blue: 0.957)
/* Android */
Color.parseColor("#c441f4")Accessibility — WCAG contrast
Aa
#c441f4 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c441f4 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green25.5%
Blue95.7%
CMYK percentages
Cyan19.7%
Magenta73.4%
Yellow0.0%
Key (black)4.3%
Color previews
#c441f4 text on a black background
contrast 5.41:1
Card sample
#c441f4 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c441f4;
Background color
Panel with #c441f4 background
background-color: #c441f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c441f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 65, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 65, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c441f4; background: linear-gradient(135deg, #c441f4, #F441AD);