#c50dfb
a balanced, electric violet · warm · closest name: magenta
RGB
197, 13, 251
HSL
286°, 97%, 52%
CMYK
22, 95, 0, 2
Luminance
0.1912
Every format
| HEX | #c50dfb |
| RGB | rgb(197, 13, 251) |
| HSL | hsl(286, 97%, 52%) |
| CMYK | cmyk(22%, 95%, 0%, 2%) |
| LAB | lab(50.8 88.4 -74.4) |
| LCH | lch(50.8 115.6 319.9) |
| OKLCH | oklch(0.617 0.299 315.3) |
Copy-ready code
/* CSS */
color: #c50dfb;
background-color: #c50dfb;
/* Tailwind (arbitrary) */
class="text-[#c50dfb] bg-[#c50dfb]"
/* SCSS */
$brand: #c50dfb;
/* SwiftUI */
Color(red: 0.773, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#c50dfb")Accessibility — WCAG contrast
Aa
#c50dfb on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c50dfb on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green5.1%
Blue98.4%
CMYK percentages
Cyan21.5%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#c50dfb text on a black background
contrast 4.82:1
Card sample
#c50dfb text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c50dfb;
Background color
Panel with #c50dfb background
background-color: #c50dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c50dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c50dfb; background: linear-gradient(135deg, #c50dfb, #FB0D92);