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