#c10ef1
a balanced, electric violet · warm · closest name: magenta
RGB
193, 14, 241
HSL
287°, 89%, 50%
CMYK
20, 94, 0, 6
Luminance
0.1800
Every format
| HEX | #c10ef1 |
| RGB | rgb(193, 14, 241) |
| HSL | hsl(287, 89%, 50%) |
| CMYK | cmyk(20%, 94%, 0%, 6%) |
| LAB | lab(49.5 86.1 -71.0) |
| LCH | lch(49.5 111.6 320.5) |
| OKLCH | oklch(0.604 0.291 316.3) |
Copy-ready code
/* CSS */
color: #c10ef1;
background-color: #c10ef1;
/* Tailwind (arbitrary) */
class="text-[#c10ef1] bg-[#c10ef1]"
/* SCSS */
$brand: #c10ef1;
/* SwiftUI */
Color(red: 0.757, green: 0.055, blue: 0.945)
/* Android */
Color.parseColor("#c10ef1")Accessibility — WCAG contrast
Aa
#c10ef1 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c10ef1 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green5.5%
Blue94.5%
CMYK percentages
Cyan19.9%
Magenta94.2%
Yellow0.0%
Key (black)5.5%
Color previews
#c10ef1 text on a black background
contrast 4.60:1
Card sample
#c10ef1 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c10ef1;
Background color
Panel with #c10ef1 background
background-color: #c10ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c10ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 14, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 14, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c10ef1; background: linear-gradient(135deg, #c10ef1, #F10E8A);