#d404eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 4, 235
HSL
294°, 97%, 47%
CMYK
10, 98, 0, 8
Luminance
0.2008
Every format
| HEX | #d404eb |
| RGB | rgb(212, 4, 235) |
| HSL | hsl(294, 97%, 47%) |
| CMYK | cmyk(10%, 98%, 0%, 8%) |
| LAB | lab(51.9 88.6 -63.5) |
| LCH | lch(51.9 109.0 324.4) |
| OKLCH | oklch(0.626 0.295 322.8) |
Copy-ready code
/* CSS */
color: #d404eb;
background-color: #d404eb;
/* Tailwind (arbitrary) */
class="text-[#d404eb] bg-[#d404eb]"
/* SCSS */
$brand: #d404eb;
/* SwiftUI */
Color(red: 0.831, green: 0.016, blue: 0.922)
/* Android */
Color.parseColor("#d404eb")Accessibility — WCAG contrast
Aa
#d404eb on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d404eb on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green1.6%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta98.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d404eb text on a black background
contrast 5.02:1
Card sample
#d404eb text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d404eb;
Background color
Panel with #d404eb background
background-color: #d404eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d404eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 4, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 4, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d404eb; background: linear-gradient(135deg, #d404eb, #EB0468);