#c919df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
201, 25, 223
HSL
293°, 80%, 49%
CMYK
10, 89, 0, 13
Luminance
0.1844
Every format
| HEX | #c919df |
| RGB | rgb(201, 25, 223) |
| HSL | hsl(293, 80%, 49%) |
| CMYK | cmyk(10%, 89%, 0%, 13%) |
| LAB | lab(50.0 82.9 -59.9) |
| LCH | lch(50.0 102.3 324.2) |
| OKLCH | oklch(0.607 0.276 322.6) |
Copy-ready code
/* CSS */
color: #c919df;
background-color: #c919df;
/* Tailwind (arbitrary) */
class="text-[#c919df] bg-[#c919df]"
/* SCSS */
$brand: #c919df;
/* SwiftUI */
Color(red: 0.788, green: 0.098, blue: 0.875)
/* Android */
Color.parseColor("#c919df")Accessibility — WCAG contrast
Aa
#c919df on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c919df on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green9.8%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta88.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c919df text on a black background
contrast 4.69:1
Card sample
#c919df text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c919df;
Background color
Panel with #c919df background
background-color: #c919df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c919df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 25, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 25, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c919df; background: linear-gradient(135deg, #c919df, #DF1971);