#d110eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
209, 16, 235
HSL
293°, 87%, 49%
CMYK
11, 93, 0, 8
Luminance
0.1992
Every format
| HEX | #d110eb |
| RGB | rgb(209, 16, 235) |
| HSL | hsl(293, 87%, 49%) |
| CMYK | cmyk(11%, 93%, 0%, 8%) |
| LAB | lab(51.8 87.2 -63.8) |
| LCH | lch(51.8 108.1 323.8) |
| OKLCH | oklch(0.624 0.291 321.9) |
Copy-ready code
/* CSS */
color: #d110eb;
background-color: #d110eb;
/* Tailwind (arbitrary) */
class="text-[#d110eb] bg-[#d110eb]"
/* SCSS */
$brand: #d110eb;
/* SwiftUI */
Color(red: 0.820, green: 0.063, blue: 0.922)
/* Android */
Color.parseColor("#d110eb")Accessibility — WCAG contrast
Aa
#d110eb on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d110eb on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green6.3%
Blue92.2%
CMYK percentages
Cyan11.1%
Magenta93.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d110eb text on a black background
contrast 4.98:1
Card sample
#d110eb text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d110eb;
Background color
Panel with #d110eb background
background-color: #d110eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d110eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 16, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 16, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d110eb; background: linear-gradient(135deg, #d110eb, #EB1073);