#c910cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
201, 16, 207
HSL
298°, 86%, 44%
CMYK
3, 92, 0, 19
Luminance
0.1729
Every format
| HEX | #c910cf |
| RGB | rgb(201, 16, 207) |
| HSL | hsl(298, 86%, 44%) |
| CMYK | cmyk(3%, 92%, 0%, 19%) |
| LAB | lab(48.6 81.6 -53.0) |
| LCH | lch(48.6 97.3 327.0) |
| OKLCH | oklch(0.594 0.269 326.7) |
Copy-ready code
/* CSS */
color: #c910cf;
background-color: #c910cf;
/* Tailwind (arbitrary) */
class="text-[#c910cf] bg-[#c910cf]"
/* SCSS */
$brand: #c910cf;
/* SwiftUI */
Color(red: 0.788, green: 0.063, blue: 0.812)
/* Android */
Color.parseColor("#c910cf")Accessibility — WCAG contrast
Aa
#c910cf on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c910cf on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green6.3%
Blue81.2%
CMYK percentages
Cyan2.9%
Magenta92.3%
Yellow0.0%
Key (black)18.8%
Color previews
#c910cf text on a black background
contrast 4.46:1
Card sample
#c910cf text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c910cf;
Background color
Panel with #c910cf background
background-color: #c910cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c910cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 16, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 16, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c910cf; background: linear-gradient(135deg, #c910cf, #CF1056);