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