#ee2dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 45, 236
HSL
301°, 85%, 56%
CMYK
0, 81, 1, 7
Luminance
0.2611
Every format
| HEX | #ee2dec |
| RGB | rgb(238, 45, 236) |
| HSL | hsl(301, 85%, 56%) |
| CMYK | cmyk(0%, 81%, 1%, 7%) |
| LAB | lab(58.1 87.6 -53.9) |
| LCH | lch(58.1 102.9 328.4) |
| OKLCH | oklch(0.678 0.287 328.7) |
Copy-ready code
/* CSS */
color: #ee2dec;
background-color: #ee2dec;
/* Tailwind (arbitrary) */
class="text-[#ee2dec] bg-[#ee2dec]"
/* SCSS */
$brand: #ee2dec;
/* SwiftUI */
Color(red: 0.933, green: 0.176, blue: 0.925)
/* Android */
Color.parseColor("#ee2dec")Accessibility — WCAG contrast
Aa
#ee2dec on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2dec on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow0.8%
Key (black)6.7%
Color previews
#ee2dec text on a black background
contrast 6.22:1
Card sample
#ee2dec text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2dec;
Background color
Panel with #ee2dec background
background-color: #ee2dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 45, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 45, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2dec; background: linear-gradient(135deg, #ee2dec, #EE2D6B);