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