#c50dfd
a balanced, electric violet · warm · closest name: magenta
RGB
197, 13, 253
HSL
286°, 98%, 52%
CMYK
22, 95, 0, 1
Luminance
0.1925
Every format
| HEX | #c50dfd |
| RGB | rgb(197, 13, 253) |
| HSL | hsl(286, 98%, 52%) |
| CMYK | cmyk(22%, 95%, 0%, 1%) |
| LAB | lab(51.0 88.8 -75.3) |
| LCH | lch(51.0 116.4 319.7) |
| OKLCH | oklch(0.618 0.301 314.9) |
Copy-ready code
/* CSS */
color: #c50dfd;
background-color: #c50dfd;
/* Tailwind (arbitrary) */
class="text-[#c50dfd] bg-[#c50dfd]"
/* SCSS */
$brand: #c50dfd;
/* SwiftUI */
Color(red: 0.773, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#c50dfd")Accessibility — WCAG contrast
Aa
#c50dfd on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c50dfd on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green5.1%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c50dfd text on a black background
contrast 4.85:1
Card sample
#c50dfd text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c50dfd;
Background color
Panel with #c50dfd background
background-color: #c50dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c50dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c50dfd; background: linear-gradient(135deg, #c50dfd, #FD0D95);