#c61cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
198, 28, 223
HSL
292°, 78%, 49%
CMYK
11, 87, 0, 13
Luminance
0.1816
Every format
| HEX | #c61cdf |
| RGB | rgb(198, 28, 223) |
| HSL | hsl(292, 78%, 49%) |
| CMYK | cmyk(11%, 87%, 0%, 13%) |
| LAB | lab(49.7 82.0 -60.5) |
| LCH | lch(49.7 101.9 323.6) |
| OKLCH | oklch(0.603 0.274 321.7) |
Copy-ready code
/* CSS */
color: #c61cdf;
background-color: #c61cdf;
/* Tailwind (arbitrary) */
class="text-[#c61cdf] bg-[#c61cdf]"
/* SCSS */
$brand: #c61cdf;
/* SwiftUI */
Color(red: 0.776, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#c61cdf")Accessibility — WCAG contrast
Aa
#c61cdf on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c61cdf on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green11.0%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c61cdf text on a black background
contrast 4.63:1
Card sample
#c61cdf text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c61cdf;
Background color
Panel with #c61cdf background
background-color: #c61cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c61cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c61cdf; background: linear-gradient(135deg, #c61cdf, #DF1C76);