#c13df2
a balanced, electric violet · warm · closest name: magenta
RGB
193, 61, 242
HSL
284°, 87%, 59%
CMYK
20, 75, 0, 5
Luminance
0.2109
Every format
| HEX | #c13df2 |
| RGB | rgb(193, 61, 242) |
| HSL | hsl(284, 87%, 59%) |
| CMYK | cmyk(20%, 75%, 0%, 5%) |
| LAB | lab(53.0 76.1 -65.8) |
| LCH | lch(53.0 100.6 319.1) |
| OKLCH | oklch(0.629 0.262 314.8) |
Copy-ready code
/* CSS */
color: #c13df2;
background-color: #c13df2;
/* Tailwind (arbitrary) */
class="text-[#c13df2] bg-[#c13df2]"
/* SCSS */
$brand: #c13df2;
/* SwiftUI */
Color(red: 0.757, green: 0.239, blue: 0.949)
/* Android */
Color.parseColor("#c13df2")Accessibility — WCAG contrast
Aa
#c13df2 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c13df2 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green23.9%
Blue94.9%
CMYK percentages
Cyan20.2%
Magenta74.8%
Yellow0.0%
Key (black)5.1%
Color previews
#c13df2 text on a black background
contrast 5.22:1
Card sample
#c13df2 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c13df2;
Background color
Panel with #c13df2 background
background-color: #c13df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c13df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 61, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 61, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c13df2; background: linear-gradient(135deg, #c13df2, #F23DAA);