#c31991
a dark, electric magenta / pink · warm · closest name: purple
RGB
195, 25, 145
HSL
318°, 77%, 43%
CMYK
0, 87, 26, 24
Luminance
0.1434
Every format
| HEX | #c31991 |
| RGB | rgb(195, 25, 145) |
| HSL | hsl(318, 77%, 43%) |
| CMYK | cmyk(0%, 87%, 26%, 24%) |
| LAB | lab(44.7 70.8 -22.6) |
| LCH | lch(44.7 74.3 342.3) |
| OKLCH | oklch(0.553 0.223 344.3) |
Copy-ready code
/* CSS */
color: #c31991;
background-color: #c31991;
/* Tailwind (arbitrary) */
class="text-[#c31991] bg-[#c31991]"
/* SCSS */
$brand: #c31991;
/* SwiftUI */
Color(red: 0.765, green: 0.098, blue: 0.569)
/* Android */
Color.parseColor("#c31991")Accessibility — WCAG contrast
Aa
#c31991 on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c31991 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green9.8%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta87.2%
Yellow25.6%
Key (black)23.5%
Color previews
#c31991 text on a black background
contrast 3.87:1
Card sample
#c31991 text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c31991;
Background color
Panel with #c31991 background
background-color: #c31991;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c31991;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 25, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 25, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c31991; background: linear-gradient(135deg, #c31991, #C31920);