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