#c64fff
a light, electric violet · warm · closest name: magenta
RGB
198, 79, 255
HSL
281°, 100%, 66%
CMYK
22, 69, 0, 0
Luminance
0.2482
Every format
| HEX | #c64fff |
| RGB | rgb(198, 79, 255) |
| HSL | hsl(281, 100%, 66%) |
| CMYK | cmyk(22%, 69%, 0%, 0%) |
| LAB | lab(56.9 73.0 -66.8) |
| LCH | lch(56.9 98.9 317.5) |
| OKLCH | oklch(0.661 0.256 312.5) |
Copy-ready code
/* CSS */
color: #c64fff;
background-color: #c64fff;
/* Tailwind (arbitrary) */
class="text-[#c64fff] bg-[#c64fff]"
/* SCSS */
$brand: #c64fff;
/* SwiftUI */
Color(red: 0.776, green: 0.310, blue: 1.000)
/* Android */
Color.parseColor("#c64fff")Accessibility — WCAG contrast
Aa
#c64fff on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64fff on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green31.0%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta69.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c64fff text on a black background
contrast 5.96:1
Card sample
#c64fff text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64fff;
Background color
Panel with #c64fff background
background-color: #c64fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 79, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 79, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64fff; background: linear-gradient(135deg, #c64fff, #FF4FC3);