#cc13fd
a balanced, electric violet · warm · closest name: magenta
RGB
204, 19, 253
HSL
287°, 98%, 53%
CMYK
19, 93, 0, 1
Luminance
0.2039
Every format
| HEX | #cc13fd |
| RGB | rgb(204, 19, 253) |
| HSL | hsl(287, 98%, 53%) |
| CMYK | cmyk(19%, 93%, 0%, 1%) |
| LAB | lab(52.3 89.1 -73.1) |
| LCH | lch(52.3 115.3 320.6) |
| OKLCH | oklch(0.629 0.301 316.6) |
Copy-ready code
/* CSS */
color: #cc13fd;
background-color: #cc13fd;
/* Tailwind (arbitrary) */
class="text-[#cc13fd] bg-[#cc13fd]"
/* SCSS */
$brand: #cc13fd;
/* SwiftUI */
Color(red: 0.800, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#cc13fd")Accessibility — WCAG contrast
Aa
#cc13fd on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc13fd on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green7.5%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#cc13fd text on a black background
contrast 5.08:1
Card sample
#cc13fd text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc13fd;
Background color
Panel with #cc13fd background
background-color: #cc13fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc13fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc13fd; background: linear-gradient(135deg, #cc13fd, #FD1392);