#ee2cef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 44, 239
HSL
300°, 86%, 56%
CMYK
0, 82, 0, 6
Luminance
0.2621
Every format
| HEX | #ee2cef |
| RGB | rgb(238, 44, 239) |
| HSL | hsl(300, 86%, 56%) |
| CMYK | cmyk(0%, 82%, 0%, 6%) |
| LAB | lab(58.2 88.3 -55.4) |
| LCH | lch(58.2 104.2 327.9) |
| OKLCH | oklch(0.679 0.290 328.0) |
Copy-ready code
/* CSS */
color: #ee2cef;
background-color: #ee2cef;
/* Tailwind (arbitrary) */
class="text-[#ee2cef] bg-[#ee2cef]"
/* SCSS */
$brand: #ee2cef;
/* SwiftUI */
Color(red: 0.933, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#ee2cef")Accessibility — WCAG contrast
Aa
#ee2cef on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2cef on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.3%
Blue93.7%
CMYK percentages
Cyan0.4%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#ee2cef text on a black background
contrast 6.24:1
Card sample
#ee2cef text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2cef;
Background color
Panel with #ee2cef background
background-color: #ee2cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2cef; background: linear-gradient(135deg, #ee2cef, #EF2C6E);