#c43df0
a balanced, electric violet · warm · closest name: magenta
RGB
196, 61, 240
HSL
285°, 86%, 59%
CMYK
18, 75, 0, 6
Luminance
0.2136
Every format
| HEX | #c43df0 |
| RGB | rgb(196, 61, 240) |
| HSL | hsl(285, 86%, 59%) |
| CMYK | cmyk(18%, 75%, 0%, 6%) |
| LAB | lab(53.4 76.3 -64.2) |
| LCH | lch(53.4 99.7 319.9) |
| OKLCH | oklch(0.632 0.261 316.2) |
Copy-ready code
/* CSS */
color: #c43df0;
background-color: #c43df0;
/* Tailwind (arbitrary) */
class="text-[#c43df0] bg-[#c43df0]"
/* SCSS */
$brand: #c43df0;
/* SwiftUI */
Color(red: 0.769, green: 0.239, blue: 0.941)
/* Android */
Color.parseColor("#c43df0")Accessibility — WCAG contrast
Aa
#c43df0 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c43df0 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green23.9%
Blue94.1%
CMYK percentages
Cyan18.3%
Magenta74.6%
Yellow0.0%
Key (black)5.9%
Color previews
#c43df0 text on a black background
contrast 5.27:1
Card sample
#c43df0 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c43df0;
Background color
Panel with #c43df0 background
background-color: #c43df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c43df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 61, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 61, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c43df0; background: linear-gradient(135deg, #c43df0, #F03DA4);