#d82eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
216, 46, 238
HSL
293°, 85%, 56%
CMYK
9, 81, 0, 7
Luminance
0.2273
Every format
| HEX | #d82eee |
| RGB | rgb(216, 46, 238) |
| HSL | hsl(293, 85%, 56%) |
| CMYK | cmyk(9%, 81%, 0%, 7%) |
| LAB | lab(54.8 83.8 -60.6) |
| LCH | lch(54.8 103.4 324.1) |
| OKLCH | oklch(0.648 0.280 322.7) |
Copy-ready code
/* CSS */
color: #d82eee;
background-color: #d82eee;
/* Tailwind (arbitrary) */
class="text-[#d82eee] bg-[#d82eee]"
/* SCSS */
$brand: #d82eee;
/* SwiftUI */
Color(red: 0.847, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#d82eee")Accessibility — WCAG contrast
Aa
#d82eee on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d82eee on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green18.0%
Blue93.3%
CMYK percentages
Cyan9.2%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#d82eee text on a black background
contrast 5.55:1
Card sample
#d82eee text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d82eee;
Background color
Panel with #d82eee background
background-color: #d82eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d82eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d82eee; background: linear-gradient(135deg, #d82eee, #EE2E84);