#c744eb
a balanced, electric violet · warm · closest name: magenta
RGB
199, 68, 235
HSL
287°, 81%, 59%
CMYK
15, 71, 0, 8
Luminance
0.2227
Every format
| HEX | #c744eb |
| RGB | rgb(199, 68, 235) |
| HSL | hsl(287, 81%, 59%) |
| CMYK | cmyk(15%, 71%, 0%, 8%) |
| LAB | lab(54.3 73.5 -59.8) |
| LCH | lch(54.3 94.8 320.9) |
| OKLCH | oklch(0.639 0.251 318.0) |
Copy-ready code
/* CSS */
color: #c744eb;
background-color: #c744eb;
/* Tailwind (arbitrary) */
class="text-[#c744eb] bg-[#c744eb]"
/* SCSS */
$brand: #c744eb;
/* SwiftUI */
Color(red: 0.780, green: 0.267, blue: 0.922)
/* Android */
Color.parseColor("#c744eb")Accessibility — WCAG contrast
Aa
#c744eb on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c744eb on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green26.7%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta71.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c744eb text on a black background
contrast 5.45:1
Card sample
#c744eb text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c744eb;
Background color
Panel with #c744eb background
background-color: #c744eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c744eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 68, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 68, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c744eb; background: linear-gradient(135deg, #c744eb, #EB44A0);