#c910af
a dark, electric magenta / pink · warm · closest name: purple
RGB
201, 16, 175
HSL
308°, 85%, 43%
CMYK
0, 92, 13, 21
Luminance
0.1588
Every format
| HEX | #c910af |
| RGB | rgb(201, 16, 175) |
| HSL | hsl(308, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 13%, 21%) |
| LAB | lab(46.8 77.1 -37.2) |
| LCH | lch(46.8 85.6 334.2) |
| OKLCH | oklch(0.575 0.248 335.8) |
Copy-ready code
/* CSS */
color: #c910af;
background-color: #c910af;
/* Tailwind (arbitrary) */
class="text-[#c910af] bg-[#c910af]"
/* SCSS */
$brand: #c910af;
/* SwiftUI */
Color(red: 0.788, green: 0.063, blue: 0.686)
/* Android */
Color.parseColor("#c910af")Accessibility — WCAG contrast
Aa
#c910af on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c910af on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green6.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow12.9%
Key (black)21.2%
Color previews
#c910af text on a black background
contrast 4.18:1
Card sample
#c910af text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c910af;
Background color
Panel with #c910af background
background-color: #c910af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c910af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 16, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 16, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c910af; background: linear-gradient(135deg, #c910af, #C91034);