#c41eb4
a dark, vivid magenta / pink · warm · closest name: purple
RGB
196, 30, 180
HSL
306°, 74%, 44%
CMYK
0, 85, 8, 23
Luminance
0.1596
Every format
| HEX | #c41eb4 |
| RGB | rgb(196, 30, 180) |
| HSL | hsl(306, 74%, 44%) |
| CMYK | cmyk(0%, 85%, 8%, 23%) |
| LAB | lab(46.9 74.7 -40.0) |
| LCH | lch(46.9 84.7 331.8) |
| OKLCH | oklch(0.575 0.242 332.9) |
Copy-ready code
/* CSS */
color: #c41eb4;
background-color: #c41eb4;
/* Tailwind (arbitrary) */
class="text-[#c41eb4] bg-[#c41eb4]"
/* SCSS */
$brand: #c41eb4;
/* SwiftUI */
Color(red: 0.769, green: 0.118, blue: 0.706)
/* Android */
Color.parseColor("#c41eb4")Accessibility — WCAG contrast
Aa
#c41eb4 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c41eb4 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green11.8%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow8.2%
Key (black)23.1%
Color previews
#c41eb4 text on a black background
contrast 4.19:1
Card sample
#c41eb4 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c41eb4;
Background color
Panel with #c41eb4 background
background-color: #c41eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c41eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 30, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 30, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c41eb4; background: linear-gradient(135deg, #c41eb4, #C41E45);