#cc02ce
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 2, 206
HSL
299°, 98%, 41%
CMYK
1, 99, 0, 19
Luminance
0.1734
Every format
| HEX | #cc02ce |
| RGB | rgb(204, 2, 206) |
| HSL | hsl(299, 98%, 41%) |
| CMYK | cmyk(1%, 99%, 0%, 19%) |
| LAB | lab(48.7 83.2 -52.3) |
| LCH | lch(48.7 98.2 327.8) |
| OKLCH | oklch(0.595 0.273 327.8) |
Copy-ready code
/* CSS */
color: #cc02ce;
background-color: #cc02ce;
/* Tailwind (arbitrary) */
class="text-[#cc02ce] bg-[#cc02ce]"
/* SCSS */
$brand: #cc02ce;
/* SwiftUI */
Color(red: 0.800, green: 0.008, blue: 0.808)
/* Android */
Color.parseColor("#cc02ce")Accessibility — WCAG contrast
Aa
#cc02ce on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc02ce on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.8%
Blue80.8%
CMYK percentages
Cyan1.0%
Magenta99.0%
Yellow0.0%
Key (black)19.2%
Color previews
#cc02ce text on a black background
contrast 4.47:1
Card sample
#cc02ce text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc02ce;
Background color
Panel with #cc02ce background
background-color: #cc02ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc02ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 2, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 2, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc02ce; background: linear-gradient(135deg, #cc02ce, #CE0248);