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