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