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