#ee5dfb
a light, electric magenta / pink · warm · closest name: magenta
RGB
238, 93, 251
HSL
295°, 95%, 68%
CMYK
5, 63, 0, 2
Luminance
0.3297
Every format
| HEX | #ee5dfb |
| RGB | rgb(238, 93, 251) |
| HSL | hsl(295, 95%, 68%) |
| CMYK | cmyk(5%, 63%, 0%, 2%) |
| LAB | lab(64.1 75.2 -52.7) |
| LCH | lch(64.1 91.8 325.0) |
| OKLCH | oklch(0.723 0.251 324.4) |
Copy-ready code
/* CSS */
color: #ee5dfb;
background-color: #ee5dfb;
/* Tailwind (arbitrary) */
class="text-[#ee5dfb] bg-[#ee5dfb]"
/* SCSS */
$brand: #ee5dfb;
/* SwiftUI */
Color(red: 0.933, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#ee5dfb")Accessibility — WCAG contrast
Aa
#ee5dfb on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee5dfb on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green36.5%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#ee5dfb text on a black background
contrast 7.59:1
Card sample
#ee5dfb text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee5dfb;
Background color
Panel with #ee5dfb background
background-color: #ee5dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee5dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee5dfb; background: linear-gradient(135deg, #ee5dfb, #FB5D9F);