#d809eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
216, 9, 235
HSL
295°, 93%, 48%
CMYK
8, 96, 0, 8
Luminance
0.2079
Every format
| HEX | #d809eb |
| RGB | rgb(216, 9, 235) |
| HSL | hsl(295, 93%, 48%) |
| CMYK | cmyk(8%, 96%, 0%, 8%) |
| LAB | lab(52.7 88.8 -62.2) |
| LCH | lch(52.7 108.5 325.0) |
| OKLCH | oklch(0.632 0.295 323.8) |
Copy-ready code
/* CSS */
color: #d809eb;
background-color: #d809eb;
/* Tailwind (arbitrary) */
class="text-[#d809eb] bg-[#d809eb]"
/* SCSS */
$brand: #d809eb;
/* SwiftUI */
Color(red: 0.847, green: 0.035, blue: 0.922)
/* Android */
Color.parseColor("#d809eb")Accessibility — WCAG contrast
Aa
#d809eb on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d809eb on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green3.5%
Blue92.2%
CMYK percentages
Cyan8.1%
Magenta96.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d809eb text on a black background
contrast 5.16:1
Card sample
#d809eb text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d809eb;
Background color
Panel with #d809eb background
background-color: #d809eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d809eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 9, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 9, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d809eb; background: linear-gradient(135deg, #d809eb, #EB0967);