#ee4afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 74, 253
HSL
295°, 98%, 64%
CMYK
6, 71, 0, 1
Luminance
0.3017
Every format
| HEX | #ee4afd |
| RGB | rgb(238, 74, 253) |
| HSL | hsl(295, 98%, 64%) |
| CMYK | cmyk(6%, 71%, 0%, 1%) |
| LAB | lab(61.8 82.4 -57.5) |
| LCH | lch(61.8 100.5 325.1) |
| OKLCH | oklch(0.707 0.275 324.3) |
Copy-ready code
/* CSS */
color: #ee4afd;
background-color: #ee4afd;
/* Tailwind (arbitrary) */
class="text-[#ee4afd] bg-[#ee4afd]"
/* SCSS */
$brand: #ee4afd;
/* SwiftUI */
Color(red: 0.933, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#ee4afd")Accessibility — WCAG contrast
Aa
#ee4afd on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee4afd on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green29.0%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ee4afd text on a black background
contrast 7.03:1
Card sample
#ee4afd text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4afd;
Background color
Panel with #ee4afd background
background-color: #ee4afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4afd; background: linear-gradient(135deg, #ee4afd, #FD4A95);