#c404eb
a balanced, electric violet · warm · closest name: magenta
RGB
196, 4, 235
HSL
290°, 97%, 47%
CMYK
17, 98, 0, 8
Luminance
0.1782
Every format
| HEX | #c404eb |
| RGB | rgb(196, 4, 235) |
| HSL | hsl(290, 97%, 47%) |
| CMYK | cmyk(17%, 98%, 0%, 8%) |
| LAB | lab(49.3 86.3 -67.9) |
| LCH | lch(49.3 109.8 321.8) |
| OKLCH | oklch(0.602 0.290 318.6) |
Copy-ready code
/* CSS */
color: #c404eb;
background-color: #c404eb;
/* Tailwind (arbitrary) */
class="text-[#c404eb] bg-[#c404eb]"
/* SCSS */
$brand: #c404eb;
/* SwiftUI */
Color(red: 0.769, green: 0.016, blue: 0.922)
/* Android */
Color.parseColor("#c404eb")Accessibility — WCAG contrast
Aa
#c404eb on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c404eb on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green1.6%
Blue92.2%
CMYK percentages
Cyan16.6%
Magenta98.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c404eb text on a black background
contrast 4.56:1
Card sample
#c404eb text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c404eb;
Background color
Panel with #c404eb background
background-color: #c404eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c404eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 4, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 4, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c404eb; background: linear-gradient(135deg, #c404eb, #EB0478);