#c64ef1
a balanced, electric violet · warm · closest name: magenta
RGB
198, 78, 241
HSL
284°, 85%, 63%
CMYK
18, 68, 0, 6
Luminance
0.2381
Every format
| HEX | #c64ef1 |
| RGB | rgb(198, 78, 241) |
| HSL | hsl(284, 85%, 63%) |
| CMYK | cmyk(18%, 68%, 0%, 6%) |
| LAB | lab(55.9 70.6 -60.6) |
| LCH | lch(55.9 93.1 319.3) |
| OKLCH | oklch(0.651 0.244 315.7) |
Copy-ready code
/* CSS */
color: #c64ef1;
background-color: #c64ef1;
/* Tailwind (arbitrary) */
class="text-[#c64ef1] bg-[#c64ef1]"
/* SCSS */
$brand: #c64ef1;
/* SwiftUI */
Color(red: 0.776, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#c64ef1")Accessibility — WCAG contrast
Aa
#c64ef1 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64ef1 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green30.6%
Blue94.5%
CMYK percentages
Cyan17.8%
Magenta67.6%
Yellow0.0%
Key (black)5.5%
Color previews
#c64ef1 text on a black background
contrast 5.76:1
Card sample
#c64ef1 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64ef1;
Background color
Panel with #c64ef1 background
background-color: #c64ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64ef1; background: linear-gradient(135deg, #c64ef1, #F14EAF);