#cc03fd
a balanced, electric violet · warm · closest name: magenta
RGB
204, 3, 253
HSL
288°, 98%, 50%
CMYK
19, 99, 0, 1
Luminance
0.1999
Every format
| HEX | #cc03fd |
| RGB | rgb(204, 3, 253) |
| HSL | hsl(288, 98%, 50%) |
| CMYK | cmyk(19%, 99%, 0%, 1%) |
| LAB | lab(51.8 90.4 -73.8) |
| LCH | lch(51.8 116.8 320.8) |
| OKLCH | oklch(0.626 0.305 316.8) |
Copy-ready code
/* CSS */
color: #cc03fd;
background-color: #cc03fd;
/* Tailwind (arbitrary) */
class="text-[#cc03fd] bg-[#cc03fd]"
/* SCSS */
$brand: #cc03fd;
/* SwiftUI */
Color(red: 0.800, green: 0.012, blue: 0.992)
/* Android */
Color.parseColor("#cc03fd")Accessibility — WCAG contrast
Aa
#cc03fd on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc03fd on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green1.2%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta98.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cc03fd text on a black background
contrast 5.00:1
Card sample
#cc03fd text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc03fd;
Background color
Panel with #cc03fd background
background-color: #cc03fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc03fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 3, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 3, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc03fd; background: linear-gradient(135deg, #cc03fd, #FD0388);