#ee2ecf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 46, 207
HSL
310°, 85%, 56%
CMYK
0, 81, 13, 7
Luminance
0.2464
Every format
| HEX | #ee2ecf |
| RGB | rgb(238, 46, 207) |
| HSL | hsl(310, 85%, 56%) |
| CMYK | cmyk(0%, 81%, 13%, 7%) |
| LAB | lab(56.7 83.3 -39.7) |
| LCH | lch(56.7 92.3 334.5) |
| OKLCH | oklch(0.663 0.268 336.1) |
Copy-ready code
/* CSS */
color: #ee2ecf;
background-color: #ee2ecf;
/* Tailwind (arbitrary) */
class="text-[#ee2ecf] bg-[#ee2ecf]"
/* SCSS */
$brand: #ee2ecf;
/* SwiftUI */
Color(red: 0.933, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#ee2ecf")Accessibility — WCAG contrast
Aa
#ee2ecf on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2ecf on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green18.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow13.0%
Key (black)6.7%
Color previews
#ee2ecf text on a black background
contrast 5.93:1
Card sample
#ee2ecf text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2ecf;
Background color
Panel with #ee2ecf background
background-color: #ee2ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2ecf; background: linear-gradient(135deg, #ee2ecf, #EE2E4F);