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