#c701df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
199, 1, 223
HSL
294°, 99%, 44%
CMYK
11, 100, 0, 13
Luminance
0.1749
Every format
| HEX | #c701df |
| RGB | rgb(199, 1, 223) |
| HSL | hsl(294, 99%, 44%) |
| CMYK | cmyk(11%, 100%, 0%, 13%) |
| LAB | lab(48.9 85.0 -61.8) |
| LCH | lch(48.9 105.1 324.0) |
| OKLCH | oklch(0.598 0.283 322.2) |
Copy-ready code
/* CSS */
color: #c701df;
background-color: #c701df;
/* Tailwind (arbitrary) */
class="text-[#c701df] bg-[#c701df]"
/* SCSS */
$brand: #c701df;
/* SwiftUI */
Color(red: 0.780, green: 0.004, blue: 0.875)
/* Android */
Color.parseColor("#c701df")Accessibility — WCAG contrast
Aa
#c701df on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c701df on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green0.4%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta99.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c701df text on a black background
contrast 4.50:1
Card sample
#c701df text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c701df;
Background color
Panel with #c701df background
background-color: #c701df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c701df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 1, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 1, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c701df; background: linear-gradient(135deg, #c701df, #DF0163);