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