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