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