#ee3afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 58, 253
HSL
295°, 98%, 61%
CMYK
6, 77, 0, 1
Luminance
0.2830
Every format
| HEX | #ee3afd |
| RGB | rgb(238, 58, 253) |
| HSL | hsl(295, 98%, 61%) |
| CMYK | cmyk(6%, 77%, 0%, 1%) |
| LAB | lab(60.2 87.1 -60.1) |
| LCH | lch(60.2 105.9 325.4) |
| OKLCH | oklch(0.695 0.289 324.6) |
Copy-ready code
/* CSS */
color: #ee3afd;
background-color: #ee3afd;
/* Tailwind (arbitrary) */
class="text-[#ee3afd] bg-[#ee3afd]"
/* SCSS */
$brand: #ee3afd;
/* SwiftUI */
Color(red: 0.933, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#ee3afd")Accessibility — WCAG contrast
Aa
#ee3afd on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3afd on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green22.7%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ee3afd text on a black background
contrast 6.66:1
Card sample
#ee3afd text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3afd;
Background color
Panel with #ee3afd background
background-color: #ee3afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3afd; background: linear-gradient(135deg, #ee3afd, #FD3A8A);