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