#c64bfd
a balanced, electric violet · warm · closest name: magenta
RGB
198, 75, 253
HSL
282°, 98%, 64%
CMYK
22, 70, 0, 1
Luminance
0.2413
Every format
| HEX | #c64bfd |
| RGB | rgb(198, 75, 253) |
| HSL | hsl(282, 98%, 64%) |
| CMYK | cmyk(22%, 70%, 0%, 1%) |
| LAB | lab(56.2 74.1 -66.8) |
| LCH | lch(56.2 99.8 318.0) |
| OKLCH | oklch(0.655 0.258 313.2) |
Copy-ready code
/* CSS */
color: #c64bfd;
background-color: #c64bfd;
/* Tailwind (arbitrary) */
class="text-[#c64bfd] bg-[#c64bfd]"
/* SCSS */
$brand: #c64bfd;
/* SwiftUI */
Color(red: 0.776, green: 0.294, blue: 0.992)
/* Android */
Color.parseColor("#c64bfd")Accessibility — WCAG contrast
Aa
#c64bfd on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64bfd on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green29.4%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta70.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c64bfd text on a black background
contrast 5.83:1
Card sample
#c64bfd text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64bfd;
Background color
Panel with #c64bfd background
background-color: #c64bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 75, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 75, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64bfd; background: linear-gradient(135deg, #c64bfd, #FD4BBD);