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