#c013df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 19, 223
HSL
291°, 84%, 48%
CMYK
14, 92, 0, 13
Luminance
0.1700
Every format
| HEX | #c013df |
| RGB | rgb(192, 19, 223) |
| HSL | hsl(291, 84%, 48%) |
| CMYK | cmyk(14%, 92%, 0%, 13%) |
| LAB | lab(48.3 82.4 -62.8) |
| LCH | lch(48.3 103.6 322.7) |
| OKLCH | oklch(0.591 0.276 320.2) |
Copy-ready code
/* CSS */
color: #c013df;
background-color: #c013df;
/* Tailwind (arbitrary) */
class="text-[#c013df] bg-[#c013df]"
/* SCSS */
$brand: #c013df;
/* SwiftUI */
Color(red: 0.753, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#c013df")Accessibility — WCAG contrast
Aa
#c013df on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c013df on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.5%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c013df text on a black background
contrast 4.40:1
Card sample
#c013df text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c013df;
Background color
Panel with #c013df background
background-color: #c013df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c013df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c013df; background: linear-gradient(135deg, #c013df, #DF1376);