#c513e5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
197, 19, 229
HSL
291°, 85%, 49%
CMYK
14, 92, 0, 10
Luminance
0.1799
Every format
| HEX | #c513e5 |
| RGB | rgb(197, 19, 229) |
| HSL | hsl(291, 85%, 49%) |
| CMYK | cmyk(14%, 92%, 0%, 10%) |
| LAB | lab(49.5 84.1 -64.2) |
| LCH | lch(49.5 105.8 322.6) |
| OKLCH | oklch(0.603 0.282 320.1) |
Copy-ready code
/* CSS */
color: #c513e5;
background-color: #c513e5;
/* Tailwind (arbitrary) */
class="text-[#c513e5] bg-[#c513e5]"
/* SCSS */
$brand: #c513e5;
/* SwiftUI */
Color(red: 0.773, green: 0.075, blue: 0.898)
/* Android */
Color.parseColor("#c513e5")Accessibility — WCAG contrast
Aa
#c513e5 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c513e5 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green7.5%
Blue89.8%
CMYK percentages
Cyan14.0%
Magenta91.7%
Yellow0.0%
Key (black)10.2%
Color previews
#c513e5 text on a black background
contrast 4.60:1
Card sample
#c513e5 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c513e5;
Background color
Panel with #c513e5 background
background-color: #c513e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c513e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 19, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 19, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c513e5; background: linear-gradient(135deg, #c513e5, #E51379);