#d047eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
208, 71, 235
HSL
290°, 80%, 60%
CMYK
12, 70, 0, 8
Luminance
0.2391
Every format
| HEX | #d047eb |
| RGB | rgb(208, 71, 235) |
| HSL | hsl(290, 80%, 60%) |
| CMYK | cmyk(12%, 70%, 0%, 8%) |
| LAB | lab(56.0 74.2 -57.0) |
| LCH | lch(56.0 93.6 322.5) |
| OKLCH | oklch(0.653 0.251 320.5) |
Copy-ready code
/* CSS */
color: #d047eb;
background-color: #d047eb;
/* Tailwind (arbitrary) */
class="text-[#d047eb] bg-[#d047eb]"
/* SCSS */
$brand: #d047eb;
/* SwiftUI */
Color(red: 0.816, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#d047eb")Accessibility — WCAG contrast
Aa
#d047eb on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d047eb on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green27.8%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d047eb text on a black background
contrast 5.78:1
Card sample
#d047eb text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d047eb;
Background color
Panel with #d047eb background
background-color: #d047eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d047eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d047eb; background: linear-gradient(135deg, #d047eb, #EB4799);