#c418c4
a dark, electric magenta / pink · warm · closest name: magenta
RGB
196, 24, 196
HSL
300°, 78%, 43%
CMYK
0, 88, 0, 23
Luminance
0.1637
Every format
| HEX | #c418c4 |
| RGB | rgb(196, 24, 196) |
| HSL | hsl(300, 78%, 43%) |
| CMYK | cmyk(0%, 88%, 0%, 23%) |
| LAB | lab(47.5 78.1 -48.5) |
| LCH | lch(47.5 91.9 328.1) |
| OKLCH | oklch(0.582 0.256 328.3) |
Copy-ready code
/* CSS */
color: #c418c4;
background-color: #c418c4;
/* Tailwind (arbitrary) */
class="text-[#c418c4] bg-[#c418c4]"
/* SCSS */
$brand: #c418c4;
/* SwiftUI */
Color(red: 0.769, green: 0.094, blue: 0.769)
/* Android */
Color.parseColor("#c418c4")Accessibility — WCAG contrast
Aa
#c418c4 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c418c4 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green9.4%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta87.8%
Yellow0.0%
Key (black)23.1%
Color previews
#c418c4 text on a black background
contrast 4.27:1
Card sample
#c418c4 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c418c4;
Background color
Panel with #c418c4 background
background-color: #c418c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c418c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 24, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 24, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c418c4; background: linear-gradient(135deg, #c418c4, #C41851);