#c042eb
a balanced, electric violet · warm · closest name: magenta
RGB
192, 66, 235
HSL
285°, 81%, 59%
CMYK
18, 72, 0, 8
Luminance
0.2110
Every format
| HEX | #c042eb |
| RGB | rgb(192, 66, 235) |
| HSL | hsl(285, 81%, 59%) |
| CMYK | cmyk(18%, 72%, 0%, 8%) |
| LAB | lab(53.1 72.8 -61.9) |
| LCH | lch(53.1 95.6 319.7) |
| OKLCH | oklch(0.628 0.251 315.9) |
Copy-ready code
/* CSS */
color: #c042eb;
background-color: #c042eb;
/* Tailwind (arbitrary) */
class="text-[#c042eb] bg-[#c042eb]"
/* SCSS */
$brand: #c042eb;
/* SwiftUI */
Color(red: 0.753, green: 0.259, blue: 0.922)
/* Android */
Color.parseColor("#c042eb")Accessibility — WCAG contrast
Aa
#c042eb on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c042eb on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green25.9%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta71.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c042eb text on a black background
contrast 5.22:1
Card sample
#c042eb text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c042eb;
Background color
Panel with #c042eb background
background-color: #c042eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c042eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 66, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 66, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c042eb; background: linear-gradient(135deg, #c042eb, #EB42A5);