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