#c13cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
193, 60, 223
HSL
289°, 72%, 56%
CMYK
14, 73, 0, 13
Luminance
0.1990
Every format
| HEX | #c13cdf |
| RGB | rgb(193, 60, 223) |
| HSL | hsl(289, 72%, 56%) |
| CMYK | cmyk(14%, 73%, 0%, 13%) |
| LAB | lab(51.7 72.9 -57.2) |
| LCH | lch(51.7 92.7 321.9) |
| OKLCH | oklch(0.616 0.247 319.5) |
Copy-ready code
/* CSS */
color: #c13cdf;
background-color: #c13cdf;
/* Tailwind (arbitrary) */
class="text-[#c13cdf] bg-[#c13cdf]"
/* SCSS */
$brand: #c13cdf;
/* SwiftUI */
Color(red: 0.757, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#c13cdf")Accessibility — WCAG contrast
Aa
#c13cdf on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c13cdf on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green23.5%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c13cdf text on a black background
contrast 4.98:1
Card sample
#c13cdf text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c13cdf;
Background color
Panel with #c13cdf background
background-color: #c13cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c13cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c13cdf; background: linear-gradient(135deg, #c13cdf, #DF3C90);