#ee1cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 28, 223
HSL
304°, 86%, 52%
CMYK
0, 88, 6, 7
Luminance
0.2434
Every format
| HEX | #ee1cdf |
| RGB | rgb(238, 28, 223) |
| HSL | hsl(304, 86%, 52%) |
| CMYK | cmyk(0%, 88%, 6%, 7%) |
| LAB | lab(56.4 88.7 -49.3) |
| LCH | lch(56.4 101.5 330.9) |
| OKLCH | oklch(0.663 0.289 331.9) |
Copy-ready code
/* CSS */
color: #ee1cdf;
background-color: #ee1cdf;
/* Tailwind (arbitrary) */
class="text-[#ee1cdf] bg-[#ee1cdf]"
/* SCSS */
$brand: #ee1cdf;
/* SwiftUI */
Color(red: 0.933, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#ee1cdf")Accessibility — WCAG contrast
Aa
#ee1cdf on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee1cdf on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green11.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow6.3%
Key (black)6.7%
Color previews
#ee1cdf text on a black background
contrast 5.87:1
Card sample
#ee1cdf text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee1cdf;
Background color
Panel with #ee1cdf background
background-color: #ee1cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee1cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee1cdf; background: linear-gradient(135deg, #ee1cdf, #EE1C53);