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