#c816cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
200, 22, 207
HSL
298°, 81%, 45%
CMYK
3, 89, 0, 19
Luminance
0.1736
Every format
| HEX | #c816cf |
| RGB | rgb(200, 22, 207) |
| HSL | hsl(298, 81%, 45%) |
| CMYK | cmyk(3%, 89%, 0%, 19%) |
| LAB | lab(48.7 80.7 -52.9) |
| LCH | lch(48.7 96.5 326.8) |
| OKLCH | oklch(0.594 0.266 326.4) |
Copy-ready code
/* CSS */
color: #c816cf;
background-color: #c816cf;
/* Tailwind (arbitrary) */
class="text-[#c816cf] bg-[#c816cf]"
/* SCSS */
$brand: #c816cf;
/* SwiftUI */
Color(red: 0.784, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#c816cf")Accessibility — WCAG contrast
Aa
#c816cf on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c816cf on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green8.6%
Blue81.2%
CMYK percentages
Cyan3.4%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c816cf text on a black background
contrast 4.47:1
Card sample
#c816cf text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c816cf;
Background color
Panel with #c816cf background
background-color: #c816cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c816cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c816cf; background: linear-gradient(135deg, #c816cf, #CF165B);