#c41fac
a dark, vivid magenta / pink · warm · closest name: purple
RGB
196, 31, 172
HSL
309°, 73%, 45%
CMYK
0, 84, 12, 23
Luminance
0.1569
Every format
| HEX | #c41fac |
| RGB | rgb(196, 31, 172) |
| HSL | hsl(309, 73%, 45%) |
| CMYK | cmyk(0%, 84%, 12%, 23%) |
| LAB | lab(46.6 73.3 -35.9) |
| LCH | lch(46.6 81.7 333.9) |
| OKLCH | oklch(0.571 0.236 335.5) |
Copy-ready code
/* CSS */
color: #c41fac;
background-color: #c41fac;
/* Tailwind (arbitrary) */
class="text-[#c41fac] bg-[#c41fac]"
/* SCSS */
$brand: #c41fac;
/* SwiftUI */
Color(red: 0.769, green: 0.122, blue: 0.675)
/* Android */
Color.parseColor("#c41fac")Accessibility — WCAG contrast
Aa
#c41fac on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c41fac on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green12.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta84.2%
Yellow12.2%
Key (black)23.1%
Color previews
#c41fac text on a black background
contrast 4.14:1
Card sample
#c41fac text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c41fac;
Background color
Panel with #c41fac background
background-color: #c41fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c41fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 31, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 31, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c41fac; background: linear-gradient(135deg, #c41fac, #C41F3E);