#c910ba
a dark, electric magenta / pink · warm · closest name: purple
RGB
201, 16, 186
HSL
305°, 85%, 43%
CMYK
0, 92, 8, 21
Luminance
0.1633
Every format
| HEX | #c910ba |
| RGB | rgb(201, 16, 186) |
| HSL | hsl(305, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 8%, 21%) |
| LAB | lab(47.4 78.6 -42.7) |
| LCH | lch(47.4 89.4 331.5) |
| OKLCH | oklch(0.581 0.255 332.5) |
Copy-ready code
/* CSS */
color: #c910ba;
background-color: #c910ba;
/* Tailwind (arbitrary) */
class="text-[#c910ba] bg-[#c910ba]"
/* SCSS */
$brand: #c910ba;
/* SwiftUI */
Color(red: 0.788, green: 0.063, blue: 0.729)
/* Android */
Color.parseColor("#c910ba")Accessibility — WCAG contrast
Aa
#c910ba on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c910ba on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green6.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow7.5%
Key (black)21.2%
Color previews
#c910ba text on a black background
contrast 4.27:1
Card sample
#c910ba text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c910ba;
Background color
Panel with #c910ba background
background-color: #c910ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c910ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 16, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 16, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c910ba; background: linear-gradient(135deg, #c910ba, #C9103E);