#d424eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 36, 235
HSL
293°, 83%, 53%
CMYK
10, 85, 0, 8
Luminance
0.2126
Every format
| HEX | #d424eb |
| RGB | rgb(212, 36, 235) |
| HSL | hsl(293, 83%, 53%) |
| CMYK | cmyk(10%, 85%, 0%, 8%) |
| LAB | lab(53.2 84.8 -61.4) |
| LCH | lch(53.2 104.7 324.1) |
| OKLCH | oklch(0.635 0.283 322.5) |
Copy-ready code
/* CSS */
color: #d424eb;
background-color: #d424eb;
/* Tailwind (arbitrary) */
class="text-[#d424eb] bg-[#d424eb]"
/* SCSS */
$brand: #d424eb;
/* SwiftUI */
Color(red: 0.831, green: 0.141, blue: 0.922)
/* Android */
Color.parseColor("#d424eb")Accessibility — WCAG contrast
Aa
#d424eb on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d424eb on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green14.1%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta84.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d424eb text on a black background
contrast 5.25:1
Card sample
#d424eb text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d424eb;
Background color
Panel with #d424eb background
background-color: #d424eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d424eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 36, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 36, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d424eb; background: linear-gradient(135deg, #d424eb, #EB247D);