#c013e7
a balanced, electric violet · warm · closest name: magenta
RGB
192, 19, 231
HSL
289°, 85%, 49%
CMYK
17, 92, 0, 9
Luminance
0.1744
Every format
| HEX | #c013e7 |
| RGB | rgb(192, 19, 231) |
| HSL | hsl(289, 85%, 49%) |
| CMYK | cmyk(17%, 92%, 0%, 9%) |
| LAB | lab(48.8 83.7 -66.5) |
| LCH | lch(48.8 106.9 321.5) |
| OKLCH | oklch(0.597 0.282 318.3) |
Copy-ready code
/* CSS */
color: #c013e7;
background-color: #c013e7;
/* Tailwind (arbitrary) */
class="text-[#c013e7] bg-[#c013e7]"
/* SCSS */
$brand: #c013e7;
/* SwiftUI */
Color(red: 0.753, green: 0.075, blue: 0.906)
/* Android */
Color.parseColor("#c013e7")Accessibility — WCAG contrast
Aa
#c013e7 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c013e7 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.5%
Blue90.6%
CMYK percentages
Cyan16.9%
Magenta91.8%
Yellow0.0%
Key (black)9.4%
Color previews
#c013e7 text on a black background
contrast 4.49:1
Card sample
#c013e7 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c013e7;
Background color
Panel with #c013e7 background
background-color: #c013e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c013e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 19, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 19, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c013e7; background: linear-gradient(135deg, #c013e7, #E71380);