#c91b95
a dark, electric magenta / pink · warm · closest name: purple
RGB
201, 27, 149
HSL
318°, 76%, 45%
CMYK
0, 87, 26, 21
Luminance
0.1537
Every format
| HEX | #c91b95 |
| RGB | rgb(201, 27, 149) |
| HSL | hsl(318, 76%, 45%) |
| CMYK | cmyk(0%, 87%, 26%, 21%) |
| LAB | lab(46.1 72.2 -22.7) |
| LCH | lch(46.1 75.7 342.5) |
| OKLCH | oklch(0.566 0.228 344.5) |
Copy-ready code
/* CSS */
color: #c91b95;
background-color: #c91b95;
/* Tailwind (arbitrary) */
class="text-[#c91b95] bg-[#c91b95]"
/* SCSS */
$brand: #c91b95;
/* SwiftUI */
Color(red: 0.788, green: 0.106, blue: 0.584)
/* Android */
Color.parseColor("#c91b95")Accessibility — WCAG contrast
Aa
#c91b95 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c91b95 on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green10.6%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta86.6%
Yellow25.9%
Key (black)21.2%
Color previews
#c91b95 text on a black background
contrast 4.07:1
Card sample
#c91b95 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c91b95;
Background color
Panel with #c91b95 background
background-color: #c91b95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c91b95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 27, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 27, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c91b95; background: linear-gradient(135deg, #c91b95, #C91B21);