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