#ee2dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 45, 254
HSL
295°, 99%, 59%
CMYK
6, 82, 0, 0
Luminance
0.2721
Every format
| HEX | #ee2dfe |
| RGB | rgb(238, 45, 254) |
| HSL | hsl(295, 99%, 59%) |
| CMYK | cmyk(6%, 82%, 0%, 0%) |
| LAB | lab(59.2 90.3 -62.3) |
| LCH | lch(59.2 109.7 325.4) |
| OKLCH | oklch(0.688 0.300 324.5) |
Copy-ready code
/* CSS */
color: #ee2dfe;
background-color: #ee2dfe;
/* Tailwind (arbitrary) */
class="text-[#ee2dfe] bg-[#ee2dfe]"
/* SCSS */
$brand: #ee2dfe;
/* SwiftUI */
Color(red: 0.933, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#ee2dfe")Accessibility — WCAG contrast
Aa
#ee2dfe on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2dfe on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.6%
Blue99.6%
CMYK percentages
Cyan6.3%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#ee2dfe text on a black background
contrast 6.44:1
Card sample
#ee2dfe text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2dfe;
Background color
Panel with #ee2dfe background
background-color: #ee2dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2dfe; background: linear-gradient(135deg, #ee2dfe, #FE2D83);