#c513df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
197, 19, 223
HSL
292°, 84%, 48%
CMYK
12, 92, 0, 13
Luminance
0.1766
Every format
| HEX | #c513df |
| RGB | rgb(197, 19, 223) |
| HSL | hsl(292, 84%, 48%) |
| CMYK | cmyk(12%, 92%, 0%, 13%) |
| LAB | lab(49.1 83.1 -61.4) |
| LCH | lch(49.1 103.4 323.5) |
| OKLCH | oklch(0.599 0.278 321.6) |
Copy-ready code
/* CSS */
color: #c513df;
background-color: #c513df;
/* Tailwind (arbitrary) */
class="text-[#c513df] bg-[#c513df]"
/* SCSS */
$brand: #c513df;
/* SwiftUI */
Color(red: 0.773, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#c513df")Accessibility — WCAG contrast
Aa
#c513df on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c513df on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green7.5%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c513df text on a black background
contrast 4.53:1
Card sample
#c513df text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c513df;
Background color
Panel with #c513df background
background-color: #c513df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c513df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c513df; background: linear-gradient(135deg, #c513df, #DF1371);