#c417fd
a balanced, electric violet · warm · closest name: magenta
RGB
196, 23, 253
HSL
285°, 98%, 54%
CMYK
23, 91, 0, 1
Luminance
0.1944
Every format
| HEX | #c417fd |
| RGB | rgb(196, 23, 253) |
| HSL | hsl(285, 98%, 54%) |
| CMYK | cmyk(23%, 91%, 0%, 1%) |
| LAB | lab(51.2 87.5 -74.9) |
| LCH | lch(51.2 115.2 319.4) |
| OKLCH | oklch(0.620 0.297 314.4) |
Copy-ready code
/* CSS */
color: #c417fd;
background-color: #c417fd;
/* Tailwind (arbitrary) */
class="text-[#c417fd] bg-[#c417fd]"
/* SCSS */
$brand: #c417fd;
/* SwiftUI */
Color(red: 0.769, green: 0.090, blue: 0.992)
/* Android */
Color.parseColor("#c417fd")Accessibility — WCAG contrast
Aa
#c417fd on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c417fd on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green9.0%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta90.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c417fd text on a black background
contrast 4.89:1
Card sample
#c417fd text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c417fd;
Background color
Panel with #c417fd background
background-color: #c417fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c417fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 23, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 23, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c417fd; background: linear-gradient(135deg, #c417fd, #FD179D);