#c64cfd
a balanced, electric violet · warm · closest name: magenta
RGB
198, 76, 253
HSL
281°, 98%, 65%
CMYK
22, 70, 0, 1
Luminance
0.2427
Every format
| HEX | #c64cfd |
| RGB | rgb(198, 76, 253) |
| HSL | hsl(281, 98%, 65%) |
| CMYK | cmyk(22%, 70%, 0%, 1%) |
| LAB | lab(56.4 73.7 -66.6) |
| LCH | lch(56.4 99.3 317.9) |
| OKLCH | oklch(0.656 0.257 313.1) |
Copy-ready code
/* CSS */
color: #c64cfd;
background-color: #c64cfd;
/* Tailwind (arbitrary) */
class="text-[#c64cfd] bg-[#c64cfd]"
/* SCSS */
$brand: #c64cfd;
/* SwiftUI */
Color(red: 0.776, green: 0.298, blue: 0.992)
/* Android */
Color.parseColor("#c64cfd")Accessibility — WCAG contrast
Aa
#c64cfd on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64cfd on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green29.8%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta70.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c64cfd text on a black background
contrast 5.85:1
Card sample
#c64cfd text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64cfd;
Background color
Panel with #c64cfd background
background-color: #c64cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 76, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 76, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64cfd; background: linear-gradient(135deg, #c64cfd, #FD4CBE);