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