#c013eb
a balanced, electric violet · warm · closest name: magenta
RGB
192, 19, 235
HSL
288°, 85%, 50%
CMYK
18, 92, 0, 8
Luminance
0.1767
Every format
| HEX | #c013eb |
| RGB | rgb(192, 19, 235) |
| HSL | hsl(288, 85%, 50%) |
| CMYK | cmyk(18%, 92%, 0%, 8%) |
| LAB | lab(49.1 84.4 -68.3) |
| LCH | lch(49.1 108.5 321.0) |
| OKLCH | oklch(0.600 0.284 317.4) |
Copy-ready code
/* CSS */
color: #c013eb;
background-color: #c013eb;
/* Tailwind (arbitrary) */
class="text-[#c013eb] bg-[#c013eb]"
/* SCSS */
$brand: #c013eb;
/* SwiftUI */
Color(red: 0.753, green: 0.075, blue: 0.922)
/* Android */
Color.parseColor("#c013eb")Accessibility — WCAG contrast
Aa
#c013eb on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c013eb on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.5%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta91.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c013eb text on a black background
contrast 4.53:1
Card sample
#c013eb text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c013eb;
Background color
Panel with #c013eb background
background-color: #c013eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c013eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 19, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 19, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c013eb; background: linear-gradient(135deg, #c013eb, #EB1386);