#c240eb
a balanced, electric violet · warm · closest name: magenta
RGB
194, 64, 235
HSL
286°, 81%, 59%
CMYK
17, 73, 0, 8
Luminance
0.2113
Every format
| HEX | #c240eb |
| RGB | rgb(194, 64, 235) |
| HSL | hsl(286, 81%, 59%) |
| CMYK | cmyk(17%, 73%, 0%, 8%) |
| LAB | lab(53.1 74.0 -61.8) |
| LCH | lch(53.1 96.4 320.1) |
| OKLCH | oklch(0.628 0.253 316.6) |
Copy-ready code
/* CSS */
color: #c240eb;
background-color: #c240eb;
/* Tailwind (arbitrary) */
class="text-[#c240eb] bg-[#c240eb]"
/* SCSS */
$brand: #c240eb;
/* SwiftUI */
Color(red: 0.761, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#c240eb")Accessibility — WCAG contrast
Aa
#c240eb on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c240eb on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green25.1%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta72.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c240eb text on a black background
contrast 5.23:1
Card sample
#c240eb text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c240eb;
Background color
Panel with #c240eb background
background-color: #c240eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c240eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c240eb; background: linear-gradient(135deg, #c240eb, #EB40A2);