#c64cf8
a balanced, electric violet · warm · closest name: magenta
RGB
198, 76, 248
HSL
283°, 93%, 64%
CMYK
20, 69, 0, 3
Luminance
0.2395
Every format
| HEX | #c64cf8 |
| RGB | rgb(198, 76, 248) |
| HSL | hsl(283, 93%, 64%) |
| CMYK | cmyk(20%, 69%, 0%, 3%) |
| LAB | lab(56.0 72.8 -64.3) |
| LCH | lch(56.0 97.1 318.5) |
| OKLCH | oklch(0.653 0.253 314.2) |
Copy-ready code
/* CSS */
color: #c64cf8;
background-color: #c64cf8;
/* Tailwind (arbitrary) */
class="text-[#c64cf8] bg-[#c64cf8]"
/* SCSS */
$brand: #c64cf8;
/* SwiftUI */
Color(red: 0.776, green: 0.298, blue: 0.973)
/* Android */
Color.parseColor("#c64cf8")Accessibility — WCAG contrast
Aa
#c64cf8 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64cf8 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green29.8%
Blue97.3%
CMYK percentages
Cyan20.2%
Magenta69.4%
Yellow0.0%
Key (black)2.7%
Color previews
#c64cf8 text on a black background
contrast 5.79:1
Card sample
#c64cf8 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64cf8;
Background color
Panel with #c64cf8 background
background-color: #c64cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 76, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 76, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64cf8; background: linear-gradient(135deg, #c64cf8, #F84CB7);