#c50eb7
a dark, electric magenta / pink · warm · closest name: purple
RGB
197, 14, 183
HSL
305°, 87%, 41%
CMYK
0, 93, 7, 23
Luminance
0.1560
Every format
| HEX | #c50eb7 |
| RGB | rgb(197, 14, 183) |
| HSL | hsl(305, 87%, 41%) |
| CMYK | cmyk(0%, 93%, 7%, 23%) |
| LAB | lab(46.5 77.7 -42.5) |
| LCH | lch(46.5 88.5 331.3) |
| OKLCH | oklch(0.572 0.253 332.3) |
Copy-ready code
/* CSS */
color: #c50eb7;
background-color: #c50eb7;
/* Tailwind (arbitrary) */
class="text-[#c50eb7] bg-[#c50eb7]"
/* SCSS */
$brand: #c50eb7;
/* SwiftUI */
Color(red: 0.773, green: 0.055, blue: 0.718)
/* Android */
Color.parseColor("#c50eb7")Accessibility — WCAG contrast
Aa
#c50eb7 on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c50eb7 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green5.5%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow7.1%
Key (black)22.7%
Color previews
#c50eb7 text on a black background
contrast 4.12:1
Card sample
#c50eb7 text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c50eb7;
Background color
Panel with #c50eb7 background
background-color: #c50eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c50eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 14, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 14, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c50eb7; background: linear-gradient(135deg, #c50eb7, #C50E3D);