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