#c41eb0
a dark, vivid magenta / pink · warm · closest name: purple
RGB
196, 30, 176
HSL
307°, 74%, 44%
CMYK
0, 85, 10, 23
Luminance
0.1580
Every format
| HEX | #c41eb0 |
| RGB | rgb(196, 30, 176) |
| HSL | hsl(307, 74%, 44%) |
| CMYK | cmyk(0%, 85%, 10%, 23%) |
| LAB | lab(46.7 74.1 -38.0) |
| LCH | lch(46.7 83.3 332.8) |
| OKLCH | oklch(0.573 0.240 334.2) |
Copy-ready code
/* CSS */
color: #c41eb0;
background-color: #c41eb0;
/* Tailwind (arbitrary) */
class="text-[#c41eb0] bg-[#c41eb0]"
/* SCSS */
$brand: #c41eb0;
/* SwiftUI */
Color(red: 0.769, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#c41eb0")Accessibility — WCAG contrast
Aa
#c41eb0 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c41eb0 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green11.8%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow10.2%
Key (black)23.1%
Color previews
#c41eb0 text on a black background
contrast 4.16:1
Card sample
#c41eb0 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c41eb0;
Background color
Panel with #c41eb0 background
background-color: #c41eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c41eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c41eb0; background: linear-gradient(135deg, #c41eb0, #C41E41);