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