#c717df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
199, 23, 223
HSL
293°, 81%, 48%
CMYK
11, 90, 0, 13
Luminance
0.1808
Every format
| HEX | #c717df |
| RGB | rgb(199, 23, 223) |
| HSL | hsl(293, 81%, 48%) |
| CMYK | cmyk(11%, 90%, 0%, 13%) |
| LAB | lab(49.6 82.9 -60.6) |
| LCH | lch(49.6 102.7 323.8) |
| OKLCH | oklch(0.603 0.277 322.1) |
Copy-ready code
/* CSS */
color: #c717df;
background-color: #c717df;
/* Tailwind (arbitrary) */
class="text-[#c717df] bg-[#c717df]"
/* SCSS */
$brand: #c717df;
/* SwiftUI */
Color(red: 0.780, green: 0.090, blue: 0.875)
/* Android */
Color.parseColor("#c717df")Accessibility — WCAG contrast
Aa
#c717df on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c717df on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green9.0%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta89.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c717df text on a black background
contrast 4.62:1
Card sample
#c717df text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c717df;
Background color
Panel with #c717df background
background-color: #c717df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c717df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 23, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 23, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c717df; background: linear-gradient(135deg, #c717df, #DF1772);