#d81eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
216, 30, 238
HSL
294°, 86%, 53%
CMYK
9, 87, 0, 7
Luminance
0.2170
Every format
| HEX | #d81eee |
| RGB | rgb(216, 30, 238) |
| HSL | hsl(294, 86%, 53%) |
| CMYK | cmyk(9%, 87%, 0%, 7%) |
| LAB | lab(53.7 86.9 -62.3) |
| LCH | lch(53.7 107.0 324.4) |
| OKLCH | oklch(0.640 0.290 322.9) |
Copy-ready code
/* CSS */
color: #d81eee;
background-color: #d81eee;
/* Tailwind (arbitrary) */
class="text-[#d81eee] bg-[#d81eee]"
/* SCSS */
$brand: #d81eee;
/* SwiftUI */
Color(red: 0.847, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#d81eee")Accessibility — WCAG contrast
Aa
#d81eee on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d81eee on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green11.8%
Blue93.3%
CMYK percentages
Cyan9.2%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#d81eee text on a black background
contrast 5.34:1
Card sample
#d81eee text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d81eee;
Background color
Panel with #d81eee background
background-color: #d81eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d81eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d81eee; background: linear-gradient(135deg, #d81eee, #EE1E79);