#ee32ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 50, 171
HSL
321°, 85%, 57%
CMYK
0, 79, 28, 7
Luminance
0.2340
Every format
| HEX | #ee32ab |
| RGB | rgb(238, 50, 171) |
| HSL | hsl(321, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 28%, 7%) |
| LAB | lab(55.5 77.9 -20.9) |
| LCH | lch(55.5 80.7 345.0) |
| OKLCH | oklch(0.649 0.244 346.9) |
Copy-ready code
/* CSS */
color: #ee32ab;
background-color: #ee32ab;
/* Tailwind (arbitrary) */
class="text-[#ee32ab] bg-[#ee32ab]"
/* SCSS */
$brand: #ee32ab;
/* SwiftUI */
Color(red: 0.933, green: 0.196, blue: 0.671)
/* Android */
Color.parseColor("#ee32ab")Accessibility — WCAG contrast
Aa
#ee32ab on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee32ab on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green19.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta79.0%
Yellow28.2%
Key (black)6.7%
Color previews
#ee32ab text on a black background
contrast 5.68:1
Card sample
#ee32ab text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee32ab;
Background color
Panel with #ee32ab background
background-color: #ee32ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee32ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 50, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 50, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee32ab; background: linear-gradient(135deg, #ee32ab, #EE3732);