#ee55a1
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 85, 161
HSL
330°, 82%, 63%
CMYK
0, 64, 32, 7
Luminance
0.2725
Every format
| HEX | #ee55a1 |
| RGB | rgb(238, 85, 161) |
| HSL | hsl(330, 82%, 63%) |
| CMYK | cmyk(0%, 64%, 32%, 7%) |
| LAB | lab(59.2 65.4 -9.4) |
| LCH | lch(59.2 66.0 351.8) |
| OKLCH | oklch(0.675 0.201 353.1) |
Copy-ready code
/* CSS */
color: #ee55a1;
background-color: #ee55a1;
/* Tailwind (arbitrary) */
class="text-[#ee55a1] bg-[#ee55a1]"
/* SCSS */
$brand: #ee55a1;
/* SwiftUI */
Color(red: 0.933, green: 0.333, blue: 0.631)
/* Android */
Color.parseColor("#ee55a1")Accessibility — WCAG contrast
Aa
#ee55a1 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee55a1 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green33.3%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow32.4%
Key (black)6.7%
Color previews
#ee55a1 text on a black background
contrast 6.45:1
Card sample
#ee55a1 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee55a1;
Background color
Panel with #ee55a1 background
background-color: #ee55a1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee55a1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 85, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 85, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee55a1; background: linear-gradient(135deg, #ee55a1, #EE6F55);