#cc2fdc
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 47, 220
HSL
295°, 71%, 52%
CMYK
7, 79, 0, 14
Luminance
0.2004
Every format
| HEX | #cc2fdc |
| RGB | rgb(204, 47, 220) |
| HSL | hsl(295, 71%, 52%) |
| CMYK | cmyk(7%, 79%, 0%, 14%) |
| LAB | lab(51.9 78.4 -55.2) |
| LCH | lch(51.9 95.9 324.9) |
| OKLCH | oklch(0.620 0.261 323.8) |
Copy-ready code
/* CSS */
color: #cc2fdc;
background-color: #cc2fdc;
/* Tailwind (arbitrary) */
class="text-[#cc2fdc] bg-[#cc2fdc]"
/* SCSS */
$brand: #cc2fdc;
/* SwiftUI */
Color(red: 0.800, green: 0.184, blue: 0.863)
/* Android */
Color.parseColor("#cc2fdc")Accessibility — WCAG contrast
Aa
#cc2fdc on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc2fdc on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green18.4%
Blue86.3%
CMYK percentages
Cyan7.3%
Magenta78.6%
Yellow0.0%
Key (black)13.7%
Color previews
#cc2fdc text on a black background
contrast 5.01:1
Card sample
#cc2fdc text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2fdc;
Background color
Panel with #cc2fdc background
background-color: #cc2fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 47, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 47, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2fdc; background: linear-gradient(135deg, #cc2fdc, #DC2F79);