#cc30fd
a balanced, electric violet · warm · closest name: magenta
RGB
204, 48, 253
HSL
286°, 98%, 59%
CMYK
19, 81, 0, 1
Luminance
0.2204
Every format
| HEX | #cc30fd |
| RGB | rgb(204, 48, 253) |
| HSL | hsl(286, 98%, 59%) |
| CMYK | cmyk(19%, 81%, 0%, 1%) |
| LAB | lab(54.1 83.8 -70.2) |
| LCH | lch(54.1 109.3 320.1) |
| OKLCH | oklch(0.642 0.285 316.0) |
Copy-ready code
/* CSS */
color: #cc30fd;
background-color: #cc30fd;
/* Tailwind (arbitrary) */
class="text-[#cc30fd] bg-[#cc30fd]"
/* SCSS */
$brand: #cc30fd;
/* SwiftUI */
Color(red: 0.800, green: 0.188, blue: 0.992)
/* Android */
Color.parseColor("#cc30fd")Accessibility — WCAG contrast
Aa
#cc30fd on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc30fd on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green18.8%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta81.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cc30fd text on a black background
contrast 5.41:1
Card sample
#cc30fd text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc30fd;
Background color
Panel with #cc30fd background
background-color: #cc30fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc30fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 48, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 48, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc30fd; background: linear-gradient(135deg, #cc30fd, #FD30A5);