#c702cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
199, 2, 207
HSL
298°, 98%, 41%
CMYK
4, 99, 0, 19
Luminance
0.1669
Every format
| HEX | #c702cf |
| RGB | rgb(199, 2, 207) |
| HSL | hsl(298, 98%, 41%) |
| CMYK | cmyk(4%, 99%, 0%, 19%) |
| LAB | lab(47.9 82.5 -54.2) |
| LCH | lch(47.9 98.7 326.7) |
| OKLCH | oklch(0.588 0.272 326.2) |
Copy-ready code
/* CSS */
color: #c702cf;
background-color: #c702cf;
/* Tailwind (arbitrary) */
class="text-[#c702cf] bg-[#c702cf]"
/* SCSS */
$brand: #c702cf;
/* SwiftUI */
Color(red: 0.780, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#c702cf")Accessibility — WCAG contrast
Aa
#c702cf on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c702cf on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green0.8%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c702cf text on a black background
contrast 4.34:1
Card sample
#c702cf text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c702cf;
Background color
Panel with #c702cf background
background-color: #c702cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c702cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c702cf; background: linear-gradient(135deg, #c702cf, #CF024E);