#cc3afd
a balanced, electric violet · warm · closest name: magenta
RGB
204, 58, 253
HSL
285°, 98%, 61%
CMYK
19, 77, 0, 1
Luminance
0.2296
Every format
| HEX | #cc3afd |
| RGB | rgb(204, 58, 253) |
| HSL | hsl(285, 98%, 61%) |
| CMYK | cmyk(19%, 77%, 0%, 1%) |
| LAB | lab(55.0 81.0 -68.7) |
| LCH | lch(55.0 106.2 319.7) |
| OKLCH | oklch(0.649 0.277 315.7) |
Copy-ready code
/* CSS */
color: #cc3afd;
background-color: #cc3afd;
/* Tailwind (arbitrary) */
class="text-[#cc3afd] bg-[#cc3afd]"
/* SCSS */
$brand: #cc3afd;
/* SwiftUI */
Color(red: 0.800, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#cc3afd")Accessibility — WCAG contrast
Aa
#cc3afd on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc3afd on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green22.7%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cc3afd text on a black background
contrast 5.59:1
Card sample
#cc3afd text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3afd;
Background color
Panel with #cc3afd background
background-color: #cc3afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3afd; background: linear-gradient(135deg, #cc3afd, #FD3AAC);