#c002df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
192, 2, 223
HSL
292°, 98%, 44%
CMYK
14, 99, 0, 13
Luminance
0.1658
Every format
| HEX | #c002df |
| RGB | rgb(192, 2, 223) |
| HSL | hsl(292, 98%, 44%) |
| CMYK | cmyk(14%, 99%, 0%, 13%) |
| LAB | lab(47.7 84.0 -63.7) |
| LCH | lch(47.7 105.4 322.8) |
| OKLCH | oklch(0.588 0.281 320.3) |
Copy-ready code
/* CSS */
color: #c002df;
background-color: #c002df;
/* Tailwind (arbitrary) */
class="text-[#c002df] bg-[#c002df]"
/* SCSS */
$brand: #c002df;
/* SwiftUI */
Color(red: 0.753, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#c002df")Accessibility — WCAG contrast
Aa
#c002df on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c002df on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green0.8%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c002df text on a black background
contrast 4.32:1
Card sample
#c002df text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c002df;
Background color
Panel with #c002df background
background-color: #c002df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c002df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c002df; background: linear-gradient(135deg, #c002df, #DF026B);