#c60ef1
a balanced, electric violet · warm · closest name: magenta
RGB
198, 14, 241
HSL
289°, 89%, 50%
CMYK
18, 94, 0, 6
Luminance
0.1867
Every format
| HEX | #c60ef1 |
| RGB | rgb(198, 14, 241) |
| HSL | hsl(289, 89%, 50%) |
| CMYK | cmyk(18%, 94%, 0%, 6%) |
| LAB | lab(50.3 86.8 -69.7) |
| LCH | lch(50.3 111.3 321.2) |
| OKLCH | oklch(0.611 0.292 317.7) |
Copy-ready code
/* CSS */
color: #c60ef1;
background-color: #c60ef1;
/* Tailwind (arbitrary) */
class="text-[#c60ef1] bg-[#c60ef1]"
/* SCSS */
$brand: #c60ef1;
/* SwiftUI */
Color(red: 0.776, green: 0.055, blue: 0.945)
/* Android */
Color.parseColor("#c60ef1")Accessibility — WCAG contrast
Aa
#c60ef1 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c60ef1 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green5.5%
Blue94.5%
CMYK percentages
Cyan17.8%
Magenta94.2%
Yellow0.0%
Key (black)5.5%
Color previews
#c60ef1 text on a black background
contrast 4.73:1
Card sample
#c60ef1 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c60ef1;
Background color
Panel with #c60ef1 background
background-color: #c60ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c60ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 14, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 14, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c60ef1; background: linear-gradient(135deg, #c60ef1, #F10E85);