#cc1cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 28, 223
HSL
294°, 78%, 49%
CMYK
9, 87, 0, 13
Luminance
0.1900
Every format
| HEX | #cc1cdf |
| RGB | rgb(204, 28, 223) |
| HSL | hsl(294, 78%, 49%) |
| CMYK | cmyk(9%, 87%, 0%, 13%) |
| LAB | lab(50.7 83.0 -58.8) |
| LCH | lch(50.7 101.7 324.7) |
| OKLCH | oklch(0.612 0.276 323.4) |
Copy-ready code
/* CSS */
color: #cc1cdf;
background-color: #cc1cdf;
/* Tailwind (arbitrary) */
class="text-[#cc1cdf] bg-[#cc1cdf]"
/* SCSS */
$brand: #cc1cdf;
/* SwiftUI */
Color(red: 0.800, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#cc1cdf")Accessibility — WCAG contrast
Aa
#cc1cdf on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc1cdf on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green11.0%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cc1cdf text on a black background
contrast 4.80:1
Card sample
#cc1cdf text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc1cdf;
Background color
Panel with #cc1cdf background
background-color: #cc1cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc1cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc1cdf; background: linear-gradient(135deg, #cc1cdf, #DF1C70);