#c409fd
a balanced, electric violet · warm · closest name: magenta
RGB
196, 9, 253
HSL
286°, 98%, 51%
CMYK
23, 96, 0, 1
Luminance
0.1902
Every format
| HEX | #c409fd |
| RGB | rgb(196, 9, 253) |
| HSL | hsl(286, 98%, 51%) |
| CMYK | cmyk(23%, 96%, 0%, 1%) |
| LAB | lab(50.7 89.0 -75.7) |
| LCH | lch(50.7 116.8 319.6) |
| OKLCH | oklch(0.616 0.301 314.6) |
Copy-ready code
/* CSS */
color: #c409fd;
background-color: #c409fd;
/* Tailwind (arbitrary) */
class="text-[#c409fd] bg-[#c409fd]"
/* SCSS */
$brand: #c409fd;
/* SwiftUI */
Color(red: 0.769, green: 0.035, blue: 0.992)
/* Android */
Color.parseColor("#c409fd")Accessibility — WCAG contrast
Aa
#c409fd on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c409fd on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green3.5%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta96.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c409fd text on a black background
contrast 4.80:1
Card sample
#c409fd text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c409fd;
Background color
Panel with #c409fd background
background-color: #c409fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c409fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 9, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 9, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c409fd; background: linear-gradient(135deg, #c409fd, #FD0993);