#c13dfd
a balanced, electric violet · warm · closest name: magenta
RGB
193, 61, 253
HSL
281°, 98%, 62%
CMYK
24, 76, 0, 1
Luminance
0.2177
Every format
| HEX | #c13dfd |
| RGB | rgb(193, 61, 253) |
| HSL | hsl(281, 98%, 62%) |
| CMYK | cmyk(24%, 76%, 0%, 1%) |
| LAB | lab(53.8 78.2 -70.8) |
| LCH | lch(53.8 105.5 317.9) |
| OKLCH | oklch(0.637 0.271 312.4) |
Copy-ready code
/* CSS */
color: #c13dfd;
background-color: #c13dfd;
/* Tailwind (arbitrary) */
class="text-[#c13dfd] bg-[#c13dfd]"
/* SCSS */
$brand: #c13dfd;
/* SwiftUI */
Color(red: 0.757, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#c13dfd")Accessibility — WCAG contrast
Aa
#c13dfd on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c13dfd on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green23.9%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c13dfd text on a black background
contrast 5.35:1
Card sample
#c13dfd text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c13dfd;
Background color
Panel with #c13dfd background
background-color: #c13dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c13dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c13dfd; background: linear-gradient(135deg, #c13dfd, #FD3DB9);