#cc10df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 16, 223
HSL
295°, 87%, 47%
CMYK
9, 93, 0, 13
Luminance
0.1854
Every format
| HEX | #cc10df |
| RGB | rgb(204, 16, 223) |
| HSL | hsl(295, 87%, 47%) |
| CMYK | cmyk(9%, 93%, 0%, 13%) |
| LAB | lab(50.1 84.5 -59.7) |
| LCH | lch(50.1 103.5 324.8) |
| OKLCH | oklch(0.608 0.281 323.5) |
Copy-ready code
/* CSS */
color: #cc10df;
background-color: #cc10df;
/* Tailwind (arbitrary) */
class="text-[#cc10df] bg-[#cc10df]"
/* SCSS */
$brand: #cc10df;
/* SwiftUI */
Color(red: 0.800, green: 0.063, blue: 0.875)
/* Android */
Color.parseColor("#cc10df")Accessibility — WCAG contrast
Aa
#cc10df on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc10df on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.3%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta92.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cc10df text on a black background
contrast 4.71:1
Card sample
#cc10df text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc10df;
Background color
Panel with #cc10df background
background-color: #cc10df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc10df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 16, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 16, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc10df; background: linear-gradient(135deg, #cc10df, #DF1068);