#cc2bfd
a balanced, electric violet · warm · closest name: magenta
RGB
204, 43, 253
HSL
286°, 98%, 58%
CMYK
19, 83, 0, 1
Luminance
0.2166
Every format
| HEX | #cc2bfd |
| RGB | rgb(204, 43, 253) |
| HSL | hsl(286, 98%, 58%) |
| CMYK | cmyk(19%, 83%, 0%, 1%) |
| LAB | lab(53.7 85.0 -70.9) |
| LCH | lch(53.7 110.7 320.2) |
| OKLCH | oklch(0.639 0.289 316.2) |
Copy-ready code
/* CSS */
color: #cc2bfd;
background-color: #cc2bfd;
/* Tailwind (arbitrary) */
class="text-[#cc2bfd] bg-[#cc2bfd]"
/* SCSS */
$brand: #cc2bfd;
/* SwiftUI */
Color(red: 0.800, green: 0.169, blue: 0.992)
/* Android */
Color.parseColor("#cc2bfd")Accessibility — WCAG contrast
Aa
#cc2bfd on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc2bfd on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green16.9%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta83.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cc2bfd text on a black background
contrast 5.33:1
Card sample
#cc2bfd text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2bfd;
Background color
Panel with #cc2bfd background
background-color: #cc2bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 43, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 43, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2bfd; background: linear-gradient(135deg, #cc2bfd, #FD2BA2);