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