#ee5dfd
a light, electric magenta / pink · warm · closest name: magenta
RGB
238, 93, 253
HSL
294°, 98%, 68%
CMYK
6, 63, 0, 1
Luminance
0.3310
Every format
| HEX | #ee5dfd |
| RGB | rgb(238, 93, 253) |
| HSL | hsl(294, 98%, 68%) |
| CMYK | cmyk(6%, 63%, 0%, 1%) |
| LAB | lab(64.2 75.5 -53.6) |
| LCH | lch(64.2 92.6 324.6) |
| OKLCH | oklch(0.724 0.253 323.9) |
Copy-ready code
/* CSS */
color: #ee5dfd;
background-color: #ee5dfd;
/* Tailwind (arbitrary) */
class="text-[#ee5dfd] bg-[#ee5dfd]"
/* SCSS */
$brand: #ee5dfd;
/* SwiftUI */
Color(red: 0.933, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#ee5dfd")Accessibility — WCAG contrast
Aa
#ee5dfd on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee5dfd on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green36.5%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ee5dfd text on a black background
contrast 7.62:1
Card sample
#ee5dfd text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee5dfd;
Background color
Panel with #ee5dfd background
background-color: #ee5dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee5dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee5dfd; background: linear-gradient(135deg, #ee5dfd, #FD5DA1);