#c64af5
a balanced, electric violet · warm · closest name: magenta
RGB
198, 74, 245
HSL
284°, 90%, 63%
CMYK
19, 70, 0, 4
Luminance
0.2350
Every format
| HEX | #c64af5 |
| RGB | rgb(198, 74, 245) |
| HSL | hsl(284, 90%, 63%) |
| CMYK | cmyk(19%, 70%, 0%, 4%) |
| LAB | lab(55.6 73.0 -63.4) |
| LCH | lch(55.6 96.6 319.0) |
| OKLCH | oklch(0.649 0.252 315.0) |
Copy-ready code
/* CSS */
color: #c64af5;
background-color: #c64af5;
/* Tailwind (arbitrary) */
class="text-[#c64af5] bg-[#c64af5]"
/* SCSS */
$brand: #c64af5;
/* SwiftUI */
Color(red: 0.776, green: 0.290, blue: 0.961)
/* Android */
Color.parseColor("#c64af5")Accessibility — WCAG contrast
Aa
#c64af5 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64af5 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green29.0%
Blue96.1%
CMYK percentages
Cyan19.2%
Magenta69.8%
Yellow0.0%
Key (black)3.9%
Color previews
#c64af5 text on a black background
contrast 5.70:1
Card sample
#c64af5 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64af5;
Background color
Panel with #c64af5 background
background-color: #c64af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 74, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 74, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64af5; background: linear-gradient(135deg, #c64af5, #F54AB2);