#c50098
a dark, electric magenta / pink · warm · closest name: purple
RGB
197, 0, 152
HSL
314°, 100%, 39%
CMYK
0, 100, 23, 23
Luminance
0.1414
Every format
| HEX | #c50098 |
| RGB | rgb(197, 0, 152) |
| HSL | hsl(314, 100%, 39%) |
| CMYK | cmyk(0%, 100%, 23%, 23%) |
| LAB | lab(44.4 74.9 -27.3) |
| LCH | lch(44.4 79.7 340.0) |
| OKLCH | oklch(0.553 0.238 342.0) |
Copy-ready code
/* CSS */
color: #c50098;
background-color: #c50098;
/* Tailwind (arbitrary) */
class="text-[#c50098] bg-[#c50098]"
/* SCSS */
$brand: #c50098;
/* SwiftUI */
Color(red: 0.773, green: 0.000, blue: 0.596)
/* Android */
Color.parseColor("#c50098")Accessibility — WCAG contrast
Aa
#c50098 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c50098 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green0.0%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow22.8%
Key (black)22.7%
Color previews
#c50098 text on a black background
contrast 3.83:1
Card sample
#c50098 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c50098;
Background color
Panel with #c50098 background
background-color: #c50098;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c50098;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 0, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 0, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c50098; background: linear-gradient(135deg, #c50098, #C50015);