#c413af
a dark, electric magenta / pink · warm · closest name: purple
RGB
196, 19, 175
HSL
307°, 82%, 42%
CMYK
0, 90, 11, 23
Luminance
0.1530
Every format
| HEX | #c413af |
| RGB | rgb(196, 19, 175) |
| HSL | hsl(307, 82%, 42%) |
| CMYK | cmyk(0%, 90%, 11%, 23%) |
| LAB | lab(46.0 75.8 -38.5) |
| LCH | lch(46.0 85.0 333.1) |
| OKLCH | oklch(0.568 0.245 334.4) |
Copy-ready code
/* CSS */
color: #c413af;
background-color: #c413af;
/* Tailwind (arbitrary) */
class="text-[#c413af] bg-[#c413af]"
/* SCSS */
$brand: #c413af;
/* SwiftUI */
Color(red: 0.769, green: 0.075, blue: 0.686)
/* Android */
Color.parseColor("#c413af")Accessibility — WCAG contrast
Aa
#c413af on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c413af on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green7.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow10.7%
Key (black)23.1%
Color previews
#c413af text on a black background
contrast 4.06:1
Card sample
#c413af text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c413af;
Background color
Panel with #c413af background
background-color: #c413af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c413af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 19, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 19, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c413af; background: linear-gradient(135deg, #c413af, #C41339);