#cc2fd0
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 47, 208
HSL
299°, 63%, 50%
CMYK
2, 77, 0, 18
Luminance
0.1942
Every format
| HEX | #cc2fd0 |
| RGB | rgb(204, 47, 208) |
| HSL | hsl(299, 63%, 50%) |
| CMYK | cmyk(2%, 77%, 0%, 18%) |
| LAB | lab(51.2 76.5 -49.4) |
| LCH | lch(51.2 91.1 327.1) |
| OKLCH | oklch(0.613 0.252 327.0) |
Copy-ready code
/* CSS */
color: #cc2fd0;
background-color: #cc2fd0;
/* Tailwind (arbitrary) */
class="text-[#cc2fd0] bg-[#cc2fd0]"
/* SCSS */
$brand: #cc2fd0;
/* SwiftUI */
Color(red: 0.800, green: 0.184, blue: 0.816)
/* Android */
Color.parseColor("#cc2fd0")Accessibility — WCAG contrast
Aa
#cc2fd0 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc2fd0 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green18.4%
Blue81.6%
CMYK percentages
Cyan1.9%
Magenta77.4%
Yellow0.0%
Key (black)18.4%
Color previews
#cc2fd0 text on a black background
contrast 4.88:1
Card sample
#cc2fd0 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2fd0;
Background color
Panel with #cc2fd0 background
background-color: #cc2fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 47, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 47, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2fd0; background: linear-gradient(135deg, #cc2fd0, #D02F69);