#c61dfd
a balanced, electric violet · warm · closest name: magenta
RGB
198, 29, 253
HSL
285°, 98%, 55%
CMYK
22, 89, 0, 1
Luminance
0.1998
Every format
| HEX | #c61dfd |
| RGB | rgb(198, 29, 253) |
| HSL | hsl(285, 98%, 55%) |
| CMYK | cmyk(22%, 89%, 0%, 1%) |
| LAB | lab(51.8 86.9 -73.9) |
| LCH | lch(51.8 114.1 319.6) |
| OKLCH | oklch(0.624 0.295 314.9) |
Copy-ready code
/* CSS */
color: #c61dfd;
background-color: #c61dfd;
/* Tailwind (arbitrary) */
class="text-[#c61dfd] bg-[#c61dfd]"
/* SCSS */
$brand: #c61dfd;
/* SwiftUI */
Color(red: 0.776, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#c61dfd")Accessibility — WCAG contrast
Aa
#c61dfd on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c61dfd on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green11.4%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c61dfd text on a black background
contrast 5.00:1
Card sample
#c61dfd text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c61dfd;
Background color
Panel with #c61dfd background
background-color: #c61dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c61dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c61dfd; background: linear-gradient(135deg, #c61dfd, #FD1D9F);