#c50fba
a dark, electric magenta / pink · warm · closest name: purple
RGB
197, 15, 186
HSL
304°, 86%, 42%
CMYK
0, 92, 6, 23
Luminance
0.1576
Every format
| HEX | #c50fba |
| RGB | rgb(197, 15, 186) |
| HSL | hsl(304, 86%, 42%) |
| CMYK | cmyk(0%, 92%, 6%, 23%) |
| LAB | lab(46.7 78.0 -44.0) |
| LCH | lch(46.7 89.5 330.6) |
| OKLCH | oklch(0.574 0.254 331.4) |
Copy-ready code
/* CSS */
color: #c50fba;
background-color: #c50fba;
/* Tailwind (arbitrary) */
class="text-[#c50fba] bg-[#c50fba]"
/* SCSS */
$brand: #c50fba;
/* SwiftUI */
Color(red: 0.773, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#c50fba")Accessibility — WCAG contrast
Aa
#c50fba on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c50fba on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green5.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow5.6%
Key (black)22.7%
Color previews
#c50fba text on a black background
contrast 4.15:1
Card sample
#c50fba text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c50fba;
Background color
Panel with #c50fba background
background-color: #c50fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c50fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c50fba; background: linear-gradient(135deg, #c50fba, #C50F41);