#c50fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
197, 15, 223
HSL
293°, 87%, 47%
CMYK
12, 93, 0, 13
Luminance
0.1754
Every format
| HEX | #c50fdf |
| RGB | rgb(197, 15, 223) |
| HSL | hsl(293, 87%, 47%) |
| CMYK | cmyk(12%, 93%, 0%, 13%) |
| LAB | lab(48.9 83.6 -61.7) |
| LCH | lch(48.9 103.9 323.6) |
| OKLCH | oklch(0.598 0.279 321.6) |
Copy-ready code
/* CSS */
color: #c50fdf;
background-color: #c50fdf;
/* Tailwind (arbitrary) */
class="text-[#c50fdf] bg-[#c50fdf]"
/* SCSS */
$brand: #c50fdf;
/* SwiftUI */
Color(red: 0.773, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#c50fdf")Accessibility — WCAG contrast
Aa
#c50fdf on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c50fdf on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green5.9%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c50fdf text on a black background
contrast 4.51:1
Card sample
#c50fdf text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c50fdf;
Background color
Panel with #c50fdf background
background-color: #c50fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c50fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c50fdf; background: linear-gradient(135deg, #c50fdf, #DF0F6E);