#c50eb4
a dark, electric magenta / pink · warm · closest name: purple
RGB
197, 14, 180
HSL
306°, 87%, 41%
CMYK
0, 93, 9, 23
Luminance
0.1548
Every format
| HEX | #c50eb4 |
| RGB | rgb(197, 14, 180) |
| HSL | hsl(306, 87%, 41%) |
| CMYK | cmyk(0%, 93%, 9%, 23%) |
| LAB | lab(46.3 77.2 -41.0) |
| LCH | lch(46.3 87.5 332.0) |
| OKLCH | oklch(0.571 0.251 333.2) |
Copy-ready code
/* CSS */
color: #c50eb4;
background-color: #c50eb4;
/* Tailwind (arbitrary) */
class="text-[#c50eb4] bg-[#c50eb4]"
/* SCSS */
$brand: #c50eb4;
/* SwiftUI */
Color(red: 0.773, green: 0.055, blue: 0.706)
/* Android */
Color.parseColor("#c50eb4")Accessibility — WCAG contrast
Aa
#c50eb4 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c50eb4 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green5.5%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow8.6%
Key (black)22.7%
Color previews
#c50eb4 text on a black background
contrast 4.10:1
Card sample
#c50eb4 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c50eb4;
Background color
Panel with #c50eb4 background
background-color: #c50eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c50eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 14, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 14, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c50eb4; background: linear-gradient(135deg, #c50eb4, #C50E3A);