#ee2cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 44, 223
HSL
305°, 85%, 55%
CMYK
0, 82, 6, 7
Luminance
0.2531
Every format
| HEX | #ee2cdf |
| RGB | rgb(238, 44, 223) |
| HSL | hsl(305, 85%, 55%) |
| CMYK | cmyk(0%, 82%, 6%, 7%) |
| LAB | lab(57.4 85.9 -47.8) |
| LCH | lch(57.4 98.3 330.9) |
| OKLCH | oklch(0.670 0.280 331.9) |
Copy-ready code
/* CSS */
color: #ee2cdf;
background-color: #ee2cdf;
/* Tailwind (arbitrary) */
class="text-[#ee2cdf] bg-[#ee2cdf]"
/* SCSS */
$brand: #ee2cdf;
/* SwiftUI */
Color(red: 0.933, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#ee2cdf")Accessibility — WCAG contrast
Aa
#ee2cdf on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2cdf on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow6.3%
Key (black)6.7%
Color previews
#ee2cdf text on a black background
contrast 6.06:1
Card sample
#ee2cdf text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2cdf;
Background color
Panel with #ee2cdf background
background-color: #ee2cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2cdf; background: linear-gradient(135deg, #ee2cdf, #EE2C5E);