#c60dfd
a balanced, electric violet · warm · closest name: magenta
RGB
198, 13, 253
HSL
286°, 98%, 52%
CMYK
22, 95, 0, 1
Luminance
0.1939
Every format
| HEX | #c60dfd |
| RGB | rgb(198, 13, 253) |
| HSL | hsl(286, 98%, 52%) |
| CMYK | cmyk(22%, 95%, 0%, 1%) |
| LAB | lab(51.1 88.9 -75.0) |
| LCH | lch(51.1 116.3 319.8) |
| OKLCH | oklch(0.620 0.301 315.1) |
Copy-ready code
/* CSS */
color: #c60dfd;
background-color: #c60dfd;
/* Tailwind (arbitrary) */
class="text-[#c60dfd] bg-[#c60dfd]"
/* SCSS */
$brand: #c60dfd;
/* SwiftUI */
Color(red: 0.776, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#c60dfd")Accessibility — WCAG contrast
Aa
#c60dfd on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c60dfd on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green5.1%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c60dfd text on a black background
contrast 4.88:1
Card sample
#c60dfd text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c60dfd;
Background color
Panel with #c60dfd background
background-color: #c60dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c60dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c60dfd; background: linear-gradient(135deg, #c60dfd, #FD0D94);