#cc2cd4
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 44, 212
HSL
297°, 66%, 50%
CMYK
4, 79, 0, 17
Luminance
0.1939
Every format
| HEX | #cc2cd4 |
| RGB | rgb(204, 44, 212) |
| HSL | hsl(297, 66%, 50%) |
| CMYK | cmyk(4%, 79%, 0%, 17%) |
| LAB | lab(51.1 77.9 -51.8) |
| LCH | lch(51.1 93.5 326.4) |
| OKLCH | oklch(0.613 0.258 326.0) |
Copy-ready code
/* CSS */
color: #cc2cd4;
background-color: #cc2cd4;
/* Tailwind (arbitrary) */
class="text-[#cc2cd4] bg-[#cc2cd4]"
/* SCSS */
$brand: #cc2cd4;
/* SwiftUI */
Color(red: 0.800, green: 0.173, blue: 0.831)
/* Android */
Color.parseColor("#cc2cd4")Accessibility — WCAG contrast
Aa
#cc2cd4 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc2cd4 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green17.3%
Blue83.1%
CMYK percentages
Cyan3.8%
Magenta79.2%
Yellow0.0%
Key (black)16.9%
Color previews
#cc2cd4 text on a black background
contrast 4.88:1
Card sample
#cc2cd4 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2cd4;
Background color
Panel with #cc2cd4 background
background-color: #cc2cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 44, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 44, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2cd4; background: linear-gradient(135deg, #cc2cd4, #D42C6C);