#ee22aa
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 34, 170
HSL
320°, 86%, 53%
CMYK
0, 86, 29, 7
Luminance
0.2222
Every format
| HEX | #ee22aa |
| RGB | rgb(238, 34, 170) |
| HSL | hsl(320, 86%, 53%) |
| CMYK | cmyk(0%, 86%, 29%, 7%) |
| LAB | lab(54.3 81.2 -22.1) |
| LCH | lch(54.3 84.2 344.8) |
| OKLCH | oklch(0.640 0.255 346.7) |
Copy-ready code
/* CSS */
color: #ee22aa;
background-color: #ee22aa;
/* Tailwind (arbitrary) */
class="text-[#ee22aa] bg-[#ee22aa]"
/* SCSS */
$brand: #ee22aa;
/* SwiftUI */
Color(red: 0.933, green: 0.133, blue: 0.667)
/* Android */
Color.parseColor("#ee22aa")Accessibility — WCAG contrast
Aa
#ee22aa on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee22aa on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green13.3%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow28.6%
Key (black)6.7%
Color previews
#ee22aa text on a black background
contrast 5.44:1
Card sample
#ee22aa text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee22aa;
Background color
Panel with #ee22aa background
background-color: #ee22aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee22aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 34, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 34, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee22aa; background: linear-gradient(135deg, #ee22aa, #EE2222);