#ee3dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 61, 253
HSL
295°, 98%, 62%
CMYK
6, 76, 0, 1
Luminance
0.2861
Every format
| HEX | #ee3dfd |
| RGB | rgb(238, 61, 253) |
| HSL | hsl(295, 98%, 62%) |
| CMYK | cmyk(6%, 76%, 0%, 1%) |
| LAB | lab(60.4 86.3 -59.7) |
| LCH | lch(60.4 105.0 325.3) |
| OKLCH | oklch(0.697 0.287 324.5) |
Copy-ready code
/* CSS */
color: #ee3dfd;
background-color: #ee3dfd;
/* Tailwind (arbitrary) */
class="text-[#ee3dfd] bg-[#ee3dfd]"
/* SCSS */
$brand: #ee3dfd;
/* SwiftUI */
Color(red: 0.933, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#ee3dfd")Accessibility — WCAG contrast
Aa
#ee3dfd on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3dfd on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green23.9%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ee3dfd text on a black background
contrast 6.72:1
Card sample
#ee3dfd text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3dfd;
Background color
Panel with #ee3dfd background
background-color: #ee3dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3dfd; background: linear-gradient(135deg, #ee3dfd, #FD3D8C);