#c64dfb
a balanced, electric violet · warm · closest name: magenta
RGB
198, 77, 251
HSL
282°, 96%, 64%
CMYK
21, 69, 0, 2
Luminance
0.2428
Every format
| HEX | #c64dfb |
| RGB | rgb(198, 77, 251) |
| HSL | hsl(282, 96%, 64%) |
| CMYK | cmyk(21%, 69%, 0%, 2%) |
| LAB | lab(56.4 73.0 -65.4) |
| LCH | lch(56.4 98.0 318.1) |
| OKLCH | oklch(0.656 0.254 313.5) |
Copy-ready code
/* CSS */
color: #c64dfb;
background-color: #c64dfb;
/* Tailwind (arbitrary) */
class="text-[#c64dfb] bg-[#c64dfb]"
/* SCSS */
$brand: #c64dfb;
/* SwiftUI */
Color(red: 0.776, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#c64dfb")Accessibility — WCAG contrast
Aa
#c64dfb on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64dfb on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green30.2%
Blue98.4%
CMYK percentages
Cyan21.1%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#c64dfb text on a black background
contrast 5.86:1
Card sample
#c64dfb text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64dfb;
Background color
Panel with #c64dfb background
background-color: #c64dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64dfb; background: linear-gradient(135deg, #c64dfb, #FB4DBC);