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