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