#d009eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
208, 9, 235
HSL
293°, 93%, 48%
CMYK
12, 96, 0, 8
Luminance
0.1960
Every format
| HEX | #d009eb |
| RGB | rgb(208, 9, 235) |
| HSL | hsl(293, 93%, 48%) |
| CMYK | cmyk(12%, 96%, 0%, 8%) |
| LAB | lab(51.4 87.6 -64.4) |
| LCH | lch(51.4 108.8 323.7) |
| OKLCH | oklch(0.621 0.292 321.7) |
Copy-ready code
/* CSS */
color: #d009eb;
background-color: #d009eb;
/* Tailwind (arbitrary) */
class="text-[#d009eb] bg-[#d009eb]"
/* SCSS */
$brand: #d009eb;
/* SwiftUI */
Color(red: 0.816, green: 0.035, blue: 0.922)
/* Android */
Color.parseColor("#d009eb")Accessibility — WCAG contrast
Aa
#d009eb on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d009eb on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green3.5%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta96.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d009eb text on a black background
contrast 4.92:1
Card sample
#d009eb text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d009eb;
Background color
Panel with #d009eb background
background-color: #d009eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d009eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 9, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 9, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d009eb; background: linear-gradient(135deg, #d009eb, #EB096F);