#d428eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 40, 235
HSL
293°, 83%, 54%
CMYK
10, 83, 0, 8
Luminance
0.2151
Every format
| HEX | #d428eb |
| RGB | rgb(212, 40, 235) |
| HSL | hsl(293, 83%, 54%) |
| CMYK | cmyk(10%, 83%, 0%, 8%) |
| LAB | lab(53.5 83.9 -61.0) |
| LCH | lch(53.5 103.8 324.0) |
| OKLCH | oklch(0.637 0.280 322.4) |
Copy-ready code
/* CSS */
color: #d428eb;
background-color: #d428eb;
/* Tailwind (arbitrary) */
class="text-[#d428eb] bg-[#d428eb]"
/* SCSS */
$brand: #d428eb;
/* SwiftUI */
Color(red: 0.831, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#d428eb")Accessibility — WCAG contrast
Aa
#d428eb on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d428eb on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green15.7%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#d428eb text on a black background
contrast 5.30:1
Card sample
#d428eb text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d428eb;
Background color
Panel with #d428eb background
background-color: #d428eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d428eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d428eb; background: linear-gradient(135deg, #d428eb, #EB2880);