#c50df1
a balanced, electric violet · warm · closest name: magenta
RGB
197, 13, 241
HSL
288°, 90%, 50%
CMYK
18, 95, 0, 6
Luminance
0.1851
Every format
| HEX | #c50df1 |
| RGB | rgb(197, 13, 241) |
| HSL | hsl(288, 90%, 50%) |
| CMYK | cmyk(18%, 95%, 0%, 6%) |
| LAB | lab(50.1 86.7 -70.0) |
| LCH | lch(50.1 111.4 321.1) |
| OKLCH | oklch(0.610 0.292 317.4) |
Copy-ready code
/* CSS */
color: #c50df1;
background-color: #c50df1;
/* Tailwind (arbitrary) */
class="text-[#c50df1] bg-[#c50df1]"
/* SCSS */
$brand: #c50df1;
/* SwiftUI */
Color(red: 0.773, green: 0.051, blue: 0.945)
/* Android */
Color.parseColor("#c50df1")Accessibility — WCAG contrast
Aa
#c50df1 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c50df1 on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green5.1%
Blue94.5%
CMYK percentages
Cyan18.3%
Magenta94.6%
Yellow0.0%
Key (black)5.5%
Color previews
#c50df1 text on a black background
contrast 4.70:1
Card sample
#c50df1 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c50df1;
Background color
Panel with #c50df1 background
background-color: #c50df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c50df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 13, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 13, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c50df1; background: linear-gradient(135deg, #c50df1, #F10D85);