#c413b2
a dark, electric magenta / pink · warm · closest name: purple
RGB
196, 19, 178
HSL
306°, 82%, 42%
CMYK
0, 90, 9, 23
Luminance
0.1542
Every format
| HEX | #c413b2 |
| RGB | rgb(196, 19, 178) |
| HSL | hsl(306, 82%, 42%) |
| CMYK | cmyk(0%, 90%, 9%, 23%) |
| LAB | lab(46.2 76.2 -40.0) |
| LCH | lch(46.2 86.0 332.3) |
| OKLCH | oklch(0.569 0.247 333.5) |
Copy-ready code
/* CSS */
color: #c413b2;
background-color: #c413b2;
/* Tailwind (arbitrary) */
class="text-[#c413b2] bg-[#c413b2]"
/* SCSS */
$brand: #c413b2;
/* SwiftUI */
Color(red: 0.769, green: 0.075, blue: 0.698)
/* Android */
Color.parseColor("#c413b2")Accessibility — WCAG contrast
Aa
#c413b2 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c413b2 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green7.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow9.2%
Key (black)23.1%
Color previews
#c413b2 text on a black background
contrast 4.08:1
Card sample
#c413b2 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c413b2;
Background color
Panel with #c413b2 background
background-color: #c413b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c413b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 19, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 19, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c413b2; background: linear-gradient(135deg, #c413b2, #C4133C);