#ee2ccc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 44, 204
HSL
311°, 85%, 55%
CMYK
0, 82, 14, 7
Luminance
0.2434
Every format
| HEX | #ee2ccc |
| RGB | rgb(238, 44, 204) |
| HSL | hsl(311, 85%, 55%) |
| CMYK | cmyk(0%, 82%, 14%, 7%) |
| LAB | lab(56.4 83.4 -38.5) |
| LCH | lch(56.4 91.8 335.2) |
| OKLCH | oklch(0.660 0.268 336.9) |
Copy-ready code
/* CSS */
color: #ee2ccc;
background-color: #ee2ccc;
/* Tailwind (arbitrary) */
class="text-[#ee2ccc] bg-[#ee2ccc]"
/* SCSS */
$brand: #ee2ccc;
/* SwiftUI */
Color(red: 0.933, green: 0.173, blue: 0.800)
/* Android */
Color.parseColor("#ee2ccc")Accessibility — WCAG contrast
Aa
#ee2ccc on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2ccc on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow14.3%
Key (black)6.7%
Color previews
#ee2ccc text on a black background
contrast 5.87:1
Card sample
#ee2ccc text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2ccc;
Background color
Panel with #ee2ccc background
background-color: #ee2ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 44, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 44, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2ccc; background: linear-gradient(135deg, #ee2ccc, #EE2C4B);