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