#c64eee
a balanced, electric violet · warm · closest name: magenta
RGB
198, 78, 238
HSL
285°, 83%, 62%
CMYK
17, 67, 0, 7
Luminance
0.2363
Every format
| HEX | #c64eee |
| RGB | rgb(198, 78, 238) |
| HSL | hsl(285, 83%, 62%) |
| CMYK | cmyk(17%, 67%, 0%, 7%) |
| LAB | lab(55.7 70.0 -59.2) |
| LCH | lch(55.7 91.7 319.8) |
| OKLCH | oklch(0.649 0.241 316.5) |
Copy-ready code
/* CSS */
color: #c64eee;
background-color: #c64eee;
/* Tailwind (arbitrary) */
class="text-[#c64eee] bg-[#c64eee]"
/* SCSS */
$brand: #c64eee;
/* SwiftUI */
Color(red: 0.776, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#c64eee")Accessibility — WCAG contrast
Aa
#c64eee on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64eee on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green30.6%
Blue93.3%
CMYK percentages
Cyan16.8%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#c64eee text on a black background
contrast 5.73:1
Card sample
#c64eee text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64eee;
Background color
Panel with #c64eee background
background-color: #c64eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64eee; background: linear-gradient(135deg, #c64eee, #EE4EAB);