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