#c016df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 22, 223
HSL
291°, 82%, 48%
CMYK
14, 90, 0, 13
Luminance
0.1711
Every format
| HEX | #c016df |
| RGB | rgb(192, 22, 223) |
| HSL | hsl(291, 82%, 48%) |
| CMYK | cmyk(14%, 90%, 0%, 13%) |
| LAB | lab(48.4 82.0 -62.6) |
| LCH | lch(48.4 103.1 322.6) |
| OKLCH | oklch(0.592 0.275 320.1) |
Copy-ready code
/* CSS */
color: #c016df;
background-color: #c016df;
/* Tailwind (arbitrary) */
class="text-[#c016df] bg-[#c016df]"
/* SCSS */
$brand: #c016df;
/* SwiftUI */
Color(red: 0.753, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#c016df")Accessibility — WCAG contrast
Aa
#c016df on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c016df on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.6%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta90.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c016df text on a black background
contrast 4.42:1
Card sample
#c016df text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c016df;
Background color
Panel with #c016df background
background-color: #c016df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c016df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c016df; background: linear-gradient(135deg, #c016df, #DF1678);