#c64df6
a balanced, electric violet · warm · closest name: magenta
RGB
198, 77, 246
HSL
283°, 90%, 63%
CMYK
20, 69, 0, 4
Luminance
0.2397
Every format
| HEX | #c64df6 |
| RGB | rgb(198, 77, 246) |
| HSL | hsl(283, 90%, 63%) |
| CMYK | cmyk(20%, 69%, 0%, 4%) |
| LAB | lab(56.1 72.0 -63.1) |
| LCH | lch(56.1 95.8 318.7) |
| OKLCH | oklch(0.653 0.250 314.6) |
Copy-ready code
/* CSS */
color: #c64df6;
background-color: #c64df6;
/* Tailwind (arbitrary) */
class="text-[#c64df6] bg-[#c64df6]"
/* SCSS */
$brand: #c64df6;
/* SwiftUI */
Color(red: 0.776, green: 0.302, blue: 0.965)
/* Android */
Color.parseColor("#c64df6")Accessibility — WCAG contrast
Aa
#c64df6 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64df6 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green30.2%
Blue96.5%
CMYK percentages
Cyan19.5%
Magenta68.7%
Yellow0.0%
Key (black)3.5%
Color previews
#c64df6 text on a black background
contrast 5.79:1
Card sample
#c64df6 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64df6;
Background color
Panel with #c64df6 background
background-color: #c64df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 77, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 77, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64df6; background: linear-gradient(135deg, #c64df6, #F64DB5);