#d810eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
216, 16, 235
HSL
295°, 87%, 49%
CMYK
8, 93, 0, 8
Luminance
0.2097
Every format
| HEX | #d810eb |
| RGB | rgb(216, 16, 235) |
| HSL | hsl(295, 87%, 49%) |
| CMYK | cmyk(8%, 93%, 0%, 8%) |
| LAB | lab(52.9 88.3 -61.9) |
| LCH | lch(52.9 107.8 325.0) |
| OKLCH | oklch(0.634 0.293 323.7) |
Copy-ready code
/* CSS */
color: #d810eb;
background-color: #d810eb;
/* Tailwind (arbitrary) */
class="text-[#d810eb] bg-[#d810eb]"
/* SCSS */
$brand: #d810eb;
/* SwiftUI */
Color(red: 0.847, green: 0.063, blue: 0.922)
/* Android */
Color.parseColor("#d810eb")Accessibility — WCAG contrast
Aa
#d810eb on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d810eb on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green6.3%
Blue92.2%
CMYK percentages
Cyan8.1%
Magenta93.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d810eb text on a black background
contrast 5.19:1
Card sample
#d810eb text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d810eb;
Background color
Panel with #d810eb background
background-color: #d810eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d810eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 16, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 16, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d810eb; background: linear-gradient(135deg, #d810eb, #EB106C);