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