#c10eee
a balanced, electric violet · warm · closest name: magenta
RGB
193, 14, 238
HSL
288°, 89%, 49%
CMYK
19, 94, 0, 7
Luminance
0.1782
Every format
| HEX | #c10eee |
| RGB | rgb(193, 14, 238) |
| HSL | hsl(288, 89%, 49%) |
| CMYK | cmyk(19%, 94%, 0%, 7%) |
| LAB | lab(49.3 85.6 -69.7) |
| LCH | lch(49.3 110.3 320.9) |
| OKLCH | oklch(0.602 0.289 317.0) |
Copy-ready code
/* CSS */
color: #c10eee;
background-color: #c10eee;
/* Tailwind (arbitrary) */
class="text-[#c10eee] bg-[#c10eee]"
/* SCSS */
$brand: #c10eee;
/* SwiftUI */
Color(red: 0.757, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#c10eee")Accessibility — WCAG contrast
Aa
#c10eee on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c10eee on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green5.5%
Blue93.3%
CMYK percentages
Cyan18.9%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c10eee text on a black background
contrast 4.56:1
Card sample
#c10eee text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c10eee;
Background color
Panel with #c10eee background
background-color: #c10eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c10eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c10eee; background: linear-gradient(135deg, #c10eee, #EE0E86);