#cc02eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 2, 235
HSL
292°, 98%, 47%
CMYK
13, 99, 0, 8
Luminance
0.1888
Every format
| HEX | #cc02eb |
| RGB | rgb(204, 2, 235) |
| HSL | hsl(292, 98%, 47%) |
| CMYK | cmyk(13%, 99%, 0%, 8%) |
| LAB | lab(50.5 87.6 -65.8) |
| LCH | lch(50.5 109.6 323.1) |
| OKLCH | oklch(0.614 0.293 320.7) |
Copy-ready code
/* CSS */
color: #cc02eb;
background-color: #cc02eb;
/* Tailwind (arbitrary) */
class="text-[#cc02eb] bg-[#cc02eb]"
/* SCSS */
$brand: #cc02eb;
/* SwiftUI */
Color(red: 0.800, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#cc02eb")Accessibility — WCAG contrast
Aa
#cc02eb on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc02eb on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.8%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cc02eb text on a black background
contrast 4.78:1
Card sample
#cc02eb text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc02eb;
Background color
Panel with #cc02eb background
background-color: #cc02eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc02eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc02eb; background: linear-gradient(135deg, #cc02eb, #EB026F);