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