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