#d50eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
213, 14, 238
HSL
293°, 89%, 49%
CMYK
11, 94, 0, 7
Luminance
0.2063
Every format
| HEX | #d50eee |
| RGB | rgb(213, 14, 238) |
| HSL | hsl(293, 89%, 49%) |
| CMYK | cmyk(11%, 94%, 0%, 7%) |
| LAB | lab(52.5 88.5 -64.2) |
| LCH | lch(52.5 109.3 324.0) |
| OKLCH | oklch(0.631 0.295 322.3) |
Copy-ready code
/* CSS */
color: #d50eee;
background-color: #d50eee;
/* Tailwind (arbitrary) */
class="text-[#d50eee] bg-[#d50eee]"
/* SCSS */
$brand: #d50eee;
/* SwiftUI */
Color(red: 0.835, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#d50eee")Accessibility — WCAG contrast
Aa
#d50eee on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d50eee on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green5.5%
Blue93.3%
CMYK percentages
Cyan10.5%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#d50eee text on a black background
contrast 5.13:1
Card sample
#d50eee text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d50eee;
Background color
Panel with #d50eee background
background-color: #d50eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d50eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d50eee; background: linear-gradient(135deg, #d50eee, #EE0E72);