#ee5df4
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 93, 244
HSL
298°, 87%, 66%
CMYK
3, 62, 0, 4
Luminance
0.3254
Every format
| HEX | #ee5df4 |
| RGB | rgb(238, 93, 244) |
| HSL | hsl(298, 87%, 66%) |
| CMYK | cmyk(3%, 62%, 0%, 4%) |
| LAB | lab(63.8 74.0 -49.4) |
| LCH | lch(63.8 89.0 326.3) |
| OKLCH | oklch(0.719 0.245 326.1) |
Copy-ready code
/* CSS */
color: #ee5df4;
background-color: #ee5df4;
/* Tailwind (arbitrary) */
class="text-[#ee5df4] bg-[#ee5df4]"
/* SCSS */
$brand: #ee5df4;
/* SwiftUI */
Color(red: 0.933, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#ee5df4")Accessibility — WCAG contrast
Aa
#ee5df4 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee5df4 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green36.5%
Blue95.7%
CMYK percentages
Cyan2.5%
Magenta61.9%
Yellow0.0%
Key (black)4.3%
Color previews
#ee5df4 text on a black background
contrast 7.51:1
Card sample
#ee5df4 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee5df4;
Background color
Panel with #ee5df4 background
background-color: #ee5df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee5df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee5df4; background: linear-gradient(135deg, #ee5df4, #F45D95);