#d441eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 65, 235
HSL
292°, 81%, 59%
CMYK
10, 72, 0, 8
Luminance
0.2378
Every format
| HEX | #d441eb |
| RGB | rgb(212, 65, 235) |
| HSL | hsl(292, 81%, 59%) |
| CMYK | cmyk(10%, 72%, 0%, 8%) |
| LAB | lab(55.9 77.1 -57.2) |
| LCH | lch(55.9 96.0 323.4) |
| OKLCH | oklch(0.653 0.259 321.9) |
Copy-ready code
/* CSS */
color: #d441eb;
background-color: #d441eb;
/* Tailwind (arbitrary) */
class="text-[#d441eb] bg-[#d441eb]"
/* SCSS */
$brand: #d441eb;
/* SwiftUI */
Color(red: 0.831, green: 0.255, blue: 0.922)
/* Android */
Color.parseColor("#d441eb")Accessibility — WCAG contrast
Aa
#d441eb on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d441eb on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green25.5%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta72.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d441eb text on a black background
contrast 5.76:1
Card sample
#d441eb text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d441eb;
Background color
Panel with #d441eb background
background-color: #d441eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d441eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 65, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 65, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d441eb; background: linear-gradient(135deg, #d441eb, #EB4191);