#cc2fda
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 47, 218
HSL
295°, 70%, 52%
CMYK
6, 78, 0, 15
Luminance
0.1993
Every format
| HEX | #cc2fda |
| RGB | rgb(204, 47, 218) |
| HSL | hsl(295, 70%, 52%) |
| CMYK | cmyk(6%, 78%, 0%, 15%) |
| LAB | lab(51.8 78.1 -54.2) |
| LCH | lch(51.8 95.1 325.2) |
| OKLCH | oklch(0.619 0.260 324.3) |
Copy-ready code
/* CSS */
color: #cc2fda;
background-color: #cc2fda;
/* Tailwind (arbitrary) */
class="text-[#cc2fda] bg-[#cc2fda]"
/* SCSS */
$brand: #cc2fda;
/* SwiftUI */
Color(red: 0.800, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#cc2fda")Accessibility — WCAG contrast
Aa
#cc2fda on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc2fda on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green18.4%
Blue85.5%
CMYK percentages
Cyan6.4%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cc2fda text on a black background
contrast 4.99:1
Card sample
#cc2fda text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2fda;
Background color
Panel with #cc2fda background
background-color: #cc2fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2fda; background: linear-gradient(135deg, #cc2fda, #DA2F76);