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