#c64def
a balanced, electric violet · warm · closest name: magenta
RGB
198, 77, 239
HSL
285°, 84%, 62%
CMYK
17, 68, 0, 6
Luminance
0.2355
Every format
| HEX | #c64def |
| RGB | rgb(198, 77, 239) |
| HSL | hsl(285, 84%, 62%) |
| CMYK | cmyk(17%, 68%, 0%, 6%) |
| LAB | lab(55.6 70.6 -59.9) |
| LCH | lch(55.6 92.6 319.7) |
| OKLCH | oklch(0.648 0.244 316.3) |
Copy-ready code
/* CSS */
color: #c64def;
background-color: #c64def;
/* Tailwind (arbitrary) */
class="text-[#c64def] bg-[#c64def]"
/* SCSS */
$brand: #c64def;
/* SwiftUI */
Color(red: 0.776, green: 0.302, blue: 0.937)
/* Android */
Color.parseColor("#c64def")Accessibility — WCAG contrast
Aa
#c64def on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64def on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green30.2%
Blue93.7%
CMYK percentages
Cyan17.2%
Magenta67.8%
Yellow0.0%
Key (black)6.3%
Color previews
#c64def text on a black background
contrast 5.71:1
Card sample
#c64def text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64def;
Background color
Panel with #c64def background
background-color: #c64def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 77, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 77, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64def; background: linear-gradient(135deg, #c64def, #EF4DAC);