#c418df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
196, 24, 223
HSL
292°, 81%, 48%
CMYK
12, 89, 0, 13
Luminance
0.1772
Every format
| HEX | #c418df |
| RGB | rgb(196, 24, 223) |
| HSL | hsl(292, 81%, 48%) |
| CMYK | cmyk(12%, 89%, 0%, 13%) |
| LAB | lab(49.1 82.3 -61.3) |
| LCH | lch(49.1 102.6 323.3) |
| OKLCH | oklch(0.599 0.275 321.2) |
Copy-ready code
/* CSS */
color: #c418df;
background-color: #c418df;
/* Tailwind (arbitrary) */
class="text-[#c418df] bg-[#c418df]"
/* SCSS */
$brand: #c418df;
/* SwiftUI */
Color(red: 0.769, green: 0.094, blue: 0.875)
/* Android */
Color.parseColor("#c418df")Accessibility — WCAG contrast
Aa
#c418df on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c418df on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green9.4%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta89.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c418df text on a black background
contrast 4.54:1
Card sample
#c418df text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c418df;
Background color
Panel with #c418df background
background-color: #c418df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c418df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 24, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 24, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c418df; background: linear-gradient(135deg, #c418df, #DF1875);