#c804af
a dark, electric magenta / pink · warm · closest name: purple
RGB
200, 4, 175
HSL
308°, 96%, 40%
CMYK
0, 98, 13, 22
Luminance
0.1546
Every format
| HEX | #c804af |
| RGB | rgb(200, 4, 175) |
| HSL | hsl(308, 96%, 40%) |
| CMYK | cmyk(0%, 98%, 13%, 22%) |
| LAB | lab(46.3 78.0 -38.1) |
| LCH | lch(46.3 86.8 334.0) |
| OKLCH | oklch(0.571 0.252 335.5) |
Copy-ready code
/* CSS */
color: #c804af;
background-color: #c804af;
/* Tailwind (arbitrary) */
class="text-[#c804af] bg-[#c804af]"
/* SCSS */
$brand: #c804af;
/* SwiftUI */
Color(red: 0.784, green: 0.016, blue: 0.686)
/* Android */
Color.parseColor("#c804af")Accessibility — WCAG contrast
Aa
#c804af on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c804af on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green1.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow12.5%
Key (black)21.6%
Color previews
#c804af text on a black background
contrast 4.09:1
Card sample
#c804af text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c804af;
Background color
Panel with #c804af background
background-color: #c804af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c804af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 4, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 4, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c804af; background: linear-gradient(135deg, #c804af, #C8042C);