#d93eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
217, 62, 238
HSL
293°, 84%, 59%
CMYK
9, 74, 0, 7
Luminance
0.2437
Every format
| HEX | #d93eee |
| RGB | rgb(217, 62, 238) |
| HSL | hsl(293, 84%, 59%) |
| CMYK | cmyk(9%, 74%, 0%, 7%) |
| LAB | lab(56.5 79.6 -57.9) |
| LCH | lch(56.5 98.4 324.0) |
| OKLCH | oklch(0.660 0.267 322.6) |
Copy-ready code
/* CSS */
color: #d93eee;
background-color: #d93eee;
/* Tailwind (arbitrary) */
class="text-[#d93eee] bg-[#d93eee]"
/* SCSS */
$brand: #d93eee;
/* SwiftUI */
Color(red: 0.851, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#d93eee")Accessibility — WCAG contrast
Aa
#d93eee on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d93eee on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green24.3%
Blue93.3%
CMYK percentages
Cyan8.8%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#d93eee text on a black background
contrast 5.87:1
Card sample
#d93eee text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d93eee;
Background color
Panel with #d93eee background
background-color: #d93eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d93eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d93eee; background: linear-gradient(135deg, #d93eee, #EE3E8E);