#c405df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
196, 5, 223
HSL
293°, 96%, 45%
CMYK
12, 98, 0, 13
Luminance
0.1717
Every format
| HEX | #c405df |
| RGB | rgb(196, 5, 223) |
| HSL | hsl(293, 96%, 45%) |
| CMYK | cmyk(12%, 98%, 0%, 13%) |
| LAB | lab(48.5 84.3 -62.4) |
| LCH | lch(48.5 104.9 323.5) |
| OKLCH | oklch(0.594 0.281 321.4) |
Copy-ready code
/* CSS */
color: #c405df;
background-color: #c405df;
/* Tailwind (arbitrary) */
class="text-[#c405df] bg-[#c405df]"
/* SCSS */
$brand: #c405df;
/* SwiftUI */
Color(red: 0.769, green: 0.020, blue: 0.875)
/* Android */
Color.parseColor("#c405df")Accessibility — WCAG contrast
Aa
#c405df on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c405df on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green2.0%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta97.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c405df text on a black background
contrast 4.43:1
Card sample
#c405df text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c405df;
Background color
Panel with #c405df background
background-color: #c405df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c405df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 5, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 5, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c405df; background: linear-gradient(135deg, #c405df, #DF0569);