#c60dfb
a balanced, electric violet · warm · closest name: magenta
RGB
198, 13, 251
HSL
287°, 97%, 52%
CMYK
21, 95, 0, 2
Luminance
0.1926
Every format
| HEX | #c60dfb |
| RGB | rgb(198, 13, 251) |
| HSL | hsl(287, 97%, 52%) |
| CMYK | cmyk(21%, 95%, 0%, 2%) |
| LAB | lab(51.0 88.5 -74.1) |
| LCH | lch(51.0 115.5 320.1) |
| OKLCH | oklch(0.618 0.299 315.5) |
Copy-ready code
/* CSS */
color: #c60dfb;
background-color: #c60dfb;
/* Tailwind (arbitrary) */
class="text-[#c60dfb] bg-[#c60dfb]"
/* SCSS */
$brand: #c60dfb;
/* SwiftUI */
Color(red: 0.776, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#c60dfb")Accessibility — WCAG contrast
Aa
#c60dfb on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c60dfb on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green5.1%
Blue98.4%
CMYK percentages
Cyan21.1%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#c60dfb text on a black background
contrast 4.85:1
Card sample
#c60dfb text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c60dfb;
Background color
Panel with #c60dfb background
background-color: #c60dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c60dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c60dfb; background: linear-gradient(135deg, #c60dfb, #FB0D92);