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