#c12ef1
a balanced, electric violet · warm · closest name: magenta
RGB
193, 46, 241
HSL
285°, 87%, 56%
CMYK
20, 81, 0, 6
Luminance
0.1964
Every format
| HEX | #c12ef1 |
| RGB | rgb(193, 46, 241) |
| HSL | hsl(285, 87%, 56%) |
| CMYK | cmyk(20%, 81%, 0%, 6%) |
| LAB | lab(51.4 80.4 -67.8) |
| LCH | lch(51.4 105.2 319.8) |
| OKLCH | oklch(0.618 0.274 315.7) |
Copy-ready code
/* CSS */
color: #c12ef1;
background-color: #c12ef1;
/* Tailwind (arbitrary) */
class="text-[#c12ef1] bg-[#c12ef1]"
/* SCSS */
$brand: #c12ef1;
/* SwiftUI */
Color(red: 0.757, green: 0.180, blue: 0.945)
/* Android */
Color.parseColor("#c12ef1")Accessibility — WCAG contrast
Aa
#c12ef1 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c12ef1 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green18.0%
Blue94.5%
CMYK percentages
Cyan19.9%
Magenta80.9%
Yellow0.0%
Key (black)5.5%
Color previews
#c12ef1 text on a black background
contrast 4.93:1
Card sample
#c12ef1 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c12ef1;
Background color
Panel with #c12ef1 background
background-color: #c12ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c12ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 46, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 46, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c12ef1; background: linear-gradient(135deg, #c12ef1, #F12E9F);