#c619df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
198, 25, 223
HSL
292°, 80%, 49%
CMYK
11, 89, 0, 13
Luminance
0.1803
Every format
| HEX | #c619df |
| RGB | rgb(198, 25, 223) |
| HSL | hsl(292, 80%, 49%) |
| CMYK | cmyk(11%, 89%, 0%, 13%) |
| LAB | lab(49.5 82.5 -60.7) |
| LCH | lch(49.5 102.4 323.6) |
| OKLCH | oklch(0.602 0.275 321.8) |
Copy-ready code
/* CSS */
color: #c619df;
background-color: #c619df;
/* Tailwind (arbitrary) */
class="text-[#c619df] bg-[#c619df]"
/* SCSS */
$brand: #c619df;
/* SwiftUI */
Color(red: 0.776, green: 0.098, blue: 0.875)
/* Android */
Color.parseColor("#c619df")Accessibility — WCAG contrast
Aa
#c619df on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c619df on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green9.8%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta88.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c619df text on a black background
contrast 4.61:1
Card sample
#c619df text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c619df;
Background color
Panel with #c619df background
background-color: #c619df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c619df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 25, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 25, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c619df; background: linear-gradient(135deg, #c619df, #DF1974);