#c644ee
a balanced, electric violet · warm · closest name: magenta
RGB
198, 68, 238
HSL
286°, 83%, 60%
CMYK
17, 71, 0, 7
Luminance
0.2231
Every format
| HEX | #c644ee |
| RGB | rgb(198, 68, 238) |
| HSL | hsl(286, 83%, 60%) |
| CMYK | cmyk(17%, 71%, 0%, 7%) |
| LAB | lab(54.4 73.9 -61.4) |
| LCH | lch(54.4 96.0 320.3) |
| OKLCH | oklch(0.639 0.253 317.0) |
Copy-ready code
/* CSS */
color: #c644ee;
background-color: #c644ee;
/* Tailwind (arbitrary) */
class="text-[#c644ee] bg-[#c644ee]"
/* SCSS */
$brand: #c644ee;
/* SwiftUI */
Color(red: 0.776, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#c644ee")Accessibility — WCAG contrast
Aa
#c644ee on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c644ee on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green26.7%
Blue93.3%
CMYK percentages
Cyan16.8%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#c644ee text on a black background
contrast 5.46:1
Card sample
#c644ee text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c644ee;
Background color
Panel with #c644ee background
background-color: #c644ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c644ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c644ee; background: linear-gradient(135deg, #c644ee, #EE44A5);