#ee2df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 45, 240
HSL
299°, 87%, 56%
CMYK
1, 81, 0, 6
Luminance
0.2635
Every format
| HEX | #ee2df0 |
| RGB | rgb(238, 45, 240) |
| HSL | hsl(299, 87%, 56%) |
| CMYK | cmyk(1%, 81%, 0%, 6%) |
| LAB | lab(58.4 88.2 -55.8) |
| LCH | lch(58.4 104.3 327.7) |
| OKLCH | oklch(0.680 0.290 327.7) |
Copy-ready code
/* CSS */
color: #ee2df0;
background-color: #ee2df0;
/* Tailwind (arbitrary) */
class="text-[#ee2df0] bg-[#ee2df0]"
/* SCSS */
$brand: #ee2df0;
/* SwiftUI */
Color(red: 0.933, green: 0.176, blue: 0.941)
/* Android */
Color.parseColor("#ee2df0")Accessibility — WCAG contrast
Aa
#ee2df0 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2df0 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.6%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta81.3%
Yellow0.0%
Key (black)5.9%
Color previews
#ee2df0 text on a black background
contrast 6.27:1
Card sample
#ee2df0 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2df0;
Background color
Panel with #ee2df0 background
background-color: #ee2df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 45, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 45, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2df0; background: linear-gradient(135deg, #ee2df0, #F02D70);