#c43ce2
a balanced, vivid violet · warm · closest name: magenta
RGB
196, 60, 226
HSL
289°, 74%, 56%
CMYK
13, 74, 0, 11
Luminance
0.2046
Every format
| HEX | #c43ce2 |
| RGB | rgb(196, 60, 226) |
| HSL | hsl(289, 74%, 56%) |
| CMYK | cmyk(13%, 74%, 0%, 11%) |
| LAB | lab(52.4 74.1 -57.9) |
| LCH | lch(52.4 94.0 322.0) |
| OKLCH | oklch(0.622 0.251 319.6) |
Copy-ready code
/* CSS */
color: #c43ce2;
background-color: #c43ce2;
/* Tailwind (arbitrary) */
class="text-[#c43ce2] bg-[#c43ce2]"
/* SCSS */
$brand: #c43ce2;
/* SwiftUI */
Color(red: 0.769, green: 0.235, blue: 0.886)
/* Android */
Color.parseColor("#c43ce2")Accessibility — WCAG contrast
Aa
#c43ce2 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c43ce2 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green23.5%
Blue88.6%
CMYK percentages
Cyan13.3%
Magenta73.5%
Yellow0.0%
Key (black)11.4%
Color previews
#c43ce2 text on a black background
contrast 5.09:1
Card sample
#c43ce2 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c43ce2;
Background color
Panel with #c43ce2 background
background-color: #c43ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c43ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 60, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 60, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c43ce2; background: linear-gradient(135deg, #c43ce2, #E23C91);