#d040eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
208, 64, 235
HSL
291°, 81%, 59%
CMYK
12, 73, 0, 8
Luminance
0.2307
Every format
| HEX | #d040eb |
| RGB | rgb(208, 64, 235) |
| HSL | hsl(291, 81%, 59%) |
| CMYK | cmyk(12%, 73%, 0%, 8%) |
| LAB | lab(55.1 76.7 -58.4) |
| LCH | lch(55.1 96.4 322.7) |
| OKLCH | oklch(0.647 0.259 320.8) |
Copy-ready code
/* CSS */
color: #d040eb;
background-color: #d040eb;
/* Tailwind (arbitrary) */
class="text-[#d040eb] bg-[#d040eb]"
/* SCSS */
$brand: #d040eb;
/* SwiftUI */
Color(red: 0.816, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#d040eb")Accessibility — WCAG contrast
Aa
#d040eb on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d040eb on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green25.1%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta72.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d040eb text on a black background
contrast 5.61:1
Card sample
#d040eb text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d040eb;
Background color
Panel with #d040eb background
background-color: #d040eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d040eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d040eb; background: linear-gradient(135deg, #d040eb, #EB4094);