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