#cc02df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 2, 223
HSL
295°, 98%, 44%
CMYK
9, 99, 0, 13
Luminance
0.1821
Every format
| HEX | #cc02df |
| RGB | rgb(204, 2, 223) |
| HSL | hsl(295, 98%, 44%) |
| CMYK | cmyk(9%, 99%, 0%, 13%) |
| LAB | lab(49.8 85.7 -60.3) |
| LCH | lch(49.8 104.8 324.9) |
| OKLCH | oklch(0.606 0.285 323.6) |
Copy-ready code
/* CSS */
color: #cc02df;
background-color: #cc02df;
/* Tailwind (arbitrary) */
class="text-[#cc02df] bg-[#cc02df]"
/* SCSS */
$brand: #cc02df;
/* SwiftUI */
Color(red: 0.800, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#cc02df")Accessibility — WCAG contrast
Aa
#cc02df on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc02df on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.8%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cc02df text on a black background
contrast 4.64:1
Card sample
#cc02df text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc02df;
Background color
Panel with #cc02df background
background-color: #cc02df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc02df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc02df; background: linear-gradient(135deg, #cc02df, #DF025F);