#c43eee
a balanced, electric violet · warm · closest name: magenta
RGB
196, 62, 238
HSL
286°, 84%, 59%
CMYK
18, 74, 0, 7
Luminance
0.2135
Every format
| HEX | #c43eee |
| RGB | rgb(196, 62, 238) |
| HSL | hsl(286, 84%, 59%) |
| CMYK | cmyk(18%, 74%, 0%, 7%) |
| LAB | lab(53.3 75.6 -63.1) |
| LCH | lch(53.3 98.4 320.2) |
| OKLCH | oklch(0.631 0.259 316.6) |
Copy-ready code
/* CSS */
color: #c43eee;
background-color: #c43eee;
/* Tailwind (arbitrary) */
class="text-[#c43eee] bg-[#c43eee]"
/* SCSS */
$brand: #c43eee;
/* SwiftUI */
Color(red: 0.769, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#c43eee")Accessibility — WCAG contrast
Aa
#c43eee on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c43eee on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green24.3%
Blue93.3%
CMYK percentages
Cyan17.6%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#c43eee text on a black background
contrast 5.27:1
Card sample
#c43eee text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c43eee;
Background color
Panel with #c43eee background
background-color: #c43eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c43eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c43eee; background: linear-gradient(135deg, #c43eee, #EE3EA3);