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