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