#c010eb
a balanced, electric violet · warm · closest name: magenta
RGB
192, 16, 235
HSL
288°, 87%, 49%
CMYK
18, 93, 0, 8
Luminance
0.1758
Every format
| HEX | #c010eb |
| RGB | rgb(192, 16, 235) |
| HSL | hsl(288, 87%, 49%) |
| CMYK | cmyk(18%, 93%, 0%, 8%) |
| LAB | lab(49.0 84.7 -68.5) |
| LCH | lch(49.0 108.9 321.1) |
| OKLCH | oklch(0.599 0.286 317.4) |
Copy-ready code
/* CSS */
color: #c010eb;
background-color: #c010eb;
/* Tailwind (arbitrary) */
class="text-[#c010eb] bg-[#c010eb]"
/* SCSS */
$brand: #c010eb;
/* SwiftUI */
Color(red: 0.753, green: 0.063, blue: 0.922)
/* Android */
Color.parseColor("#c010eb")Accessibility — WCAG contrast
Aa
#c010eb on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c010eb on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.3%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta93.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c010eb text on a black background
contrast 4.52:1
Card sample
#c010eb text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c010eb;
Background color
Panel with #c010eb background
background-color: #c010eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c010eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 16, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 16, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c010eb; background: linear-gradient(135deg, #c010eb, #EB1084);