#c919af
a dark, electric magenta / pink · warm · closest name: purple
RGB
201, 25, 175
HSL
309°, 78%, 44%
CMYK
0, 88, 13, 21
Luminance
0.1621
Every format
| HEX | #c919af |
| RGB | rgb(201, 25, 175) |
| HSL | hsl(309, 78%, 44%) |
| CMYK | cmyk(0%, 88%, 13%, 21%) |
| LAB | lab(47.3 75.8 -36.5) |
| LCH | lch(47.3 84.2 334.3) |
| OKLCH | oklch(0.578 0.244 335.9) |
Copy-ready code
/* CSS */
color: #c919af;
background-color: #c919af;
/* Tailwind (arbitrary) */
class="text-[#c919af] bg-[#c919af]"
/* SCSS */
$brand: #c919af;
/* SwiftUI */
Color(red: 0.788, green: 0.098, blue: 0.686)
/* Android */
Color.parseColor("#c919af")Accessibility — WCAG contrast
Aa
#c919af on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c919af on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green9.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta87.6%
Yellow12.9%
Key (black)21.2%
Color previews
#c919af text on a black background
contrast 4.24:1
Card sample
#c919af text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c919af;
Background color
Panel with #c919af background
background-color: #c919af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c919af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 25, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 25, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c919af; background: linear-gradient(135deg, #c919af, #C9193A);