#c13afd
a balanced, electric violet · warm · closest name: magenta
RGB
193, 58, 253
HSL
282°, 98%, 61%
CMYK
24, 77, 0, 1
Luminance
0.2146
Every format
| HEX | #c13afd |
| RGB | rgb(193, 58, 253) |
| HSL | hsl(282, 98%, 61%) |
| CMYK | cmyk(24%, 77%, 0%, 1%) |
| LAB | lab(53.5 79.2 -71.3) |
| LCH | lch(53.5 106.5 318.0) |
| OKLCH | oklch(0.634 0.274 312.6) |
Copy-ready code
/* CSS */
color: #c13afd;
background-color: #c13afd;
/* Tailwind (arbitrary) */
class="text-[#c13afd] bg-[#c13afd]"
/* SCSS */
$brand: #c13afd;
/* SwiftUI */
Color(red: 0.757, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#c13afd")Accessibility — WCAG contrast
Aa
#c13afd on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c13afd on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green22.7%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c13afd text on a black background
contrast 5.29:1
Card sample
#c13afd text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c13afd;
Background color
Panel with #c13afd background
background-color: #c13afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c13afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c13afd; background: linear-gradient(135deg, #c13afd, #FD3AB7);