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