#ee11aa
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 17, 170
HSL
319°, 87%, 50%
CMYK
0, 93, 29, 7
Luminance
0.2148
Every format
| HEX | #ee11aa |
| RGB | rgb(238, 17, 170) |
| HSL | hsl(319, 87%, 50%) |
| CMYK | cmyk(0%, 93%, 29%, 7%) |
| LAB | lab(53.5 83.5 -23.4) |
| LCH | lch(53.5 86.7 344.4) |
| OKLCH | oklch(0.634 0.263 346.4) |
Copy-ready code
/* CSS */
color: #ee11aa;
background-color: #ee11aa;
/* Tailwind (arbitrary) */
class="text-[#ee11aa] bg-[#ee11aa]"
/* SCSS */
$brand: #ee11aa;
/* SwiftUI */
Color(red: 0.933, green: 0.067, blue: 0.667)
/* Android */
Color.parseColor("#ee11aa")Accessibility — WCAG contrast
Aa
#ee11aa on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee11aa on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green6.7%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow28.6%
Key (black)6.7%
Color previews
#ee11aa text on a black background
contrast 5.30:1
Card sample
#ee11aa text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee11aa;
Background color
Panel with #ee11aa background
background-color: #ee11aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee11aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 17, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 17, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee11aa; background: linear-gradient(135deg, #ee11aa, #EE1116);