#d511eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
213, 17, 235
HSL
294°, 87%, 49%
CMYK
9, 93, 0, 8
Luminance
0.2055
Every format
| HEX | #d511eb |
| RGB | rgb(213, 17, 235) |
| HSL | hsl(294, 87%, 49%) |
| CMYK | cmyk(9%, 93%, 0%, 8%) |
| LAB | lab(52.5 87.7 -62.7) |
| LCH | lch(52.5 107.8 324.4) |
| OKLCH | oklch(0.630 0.292 323.0) |
Copy-ready code
/* CSS */
color: #d511eb;
background-color: #d511eb;
/* Tailwind (arbitrary) */
class="text-[#d511eb] bg-[#d511eb]"
/* SCSS */
$brand: #d511eb;
/* SwiftUI */
Color(red: 0.835, green: 0.067, blue: 0.922)
/* Android */
Color.parseColor("#d511eb")Accessibility — WCAG contrast
Aa
#d511eb on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d511eb on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green6.7%
Blue92.2%
CMYK percentages
Cyan9.4%
Magenta92.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d511eb text on a black background
contrast 5.11:1
Card sample
#d511eb text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d511eb;
Background color
Panel with #d511eb background
background-color: #d511eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d511eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 17, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 17, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d511eb; background: linear-gradient(135deg, #d511eb, #EB1170);