#ee3df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 61, 240
HSL
299°, 86%, 59%
CMYK
1, 75, 0, 6
Luminance
0.2781
Every format
| HEX | #ee3df0 |
| RGB | rgb(238, 61, 240) |
| HSL | hsl(299, 86%, 59%) |
| CMYK | cmyk(1%, 75%, 0%, 6%) |
| LAB | lab(59.7 84.3 -53.6) |
| LCH | lch(59.7 99.9 327.5) |
| OKLCH | oklch(0.690 0.278 327.6) |
Copy-ready code
/* CSS */
color: #ee3df0;
background-color: #ee3df0;
/* Tailwind (arbitrary) */
class="text-[#ee3df0] bg-[#ee3df0]"
/* SCSS */
$brand: #ee3df0;
/* SwiftUI */
Color(red: 0.933, green: 0.239, blue: 0.941)
/* Android */
Color.parseColor("#ee3df0")Accessibility — WCAG contrast
Aa
#ee3df0 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3df0 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green23.9%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta74.6%
Yellow0.0%
Key (black)5.9%
Color previews
#ee3df0 text on a black background
contrast 6.56:1
Card sample
#ee3df0 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3df0;
Background color
Panel with #ee3df0 background
background-color: #ee3df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 61, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 61, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3df0; background: linear-gradient(135deg, #ee3df0, #F03D7B);