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