#c50488
a dark, electric magenta / pink · warm · closest name: purple
RGB
197, 4, 136
HSL
319°, 96%, 39%
CMYK
0, 98, 31, 23
Luminance
0.1373
Every format
| HEX | #c50488 |
| RGB | rgb(197, 4, 136) |
| HSL | hsl(319, 96%, 39%) |
| CMYK | cmyk(0%, 98%, 31%, 23%) |
| LAB | lab(43.9 72.8 -18.4) |
| LCH | lch(43.9 75.1 345.8) |
| OKLCH | oklch(0.546 0.228 347.7) |
Copy-ready code
/* CSS */
color: #c50488;
background-color: #c50488;
/* Tailwind (arbitrary) */
class="text-[#c50488] bg-[#c50488]"
/* SCSS */
$brand: #c50488;
/* SwiftUI */
Color(red: 0.773, green: 0.016, blue: 0.533)
/* Android */
Color.parseColor("#c50488")Accessibility — WCAG contrast
Aa
#c50488 on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c50488 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green1.6%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow31.0%
Key (black)22.7%
Color previews
#c50488 text on a black background
contrast 3.75:1
Card sample
#c50488 text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c50488;
Background color
Panel with #c50488 background
background-color: #c50488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c50488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 4, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 4, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c50488; background: linear-gradient(135deg, #c50488, #C50407);