#ee40af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 64, 175
HSL
322°, 84%, 59%
CMYK
0, 73, 27, 7
Luminance
0.2494
Every format
| HEX | #ee40af |
| RGB | rgb(238, 64, 175) |
| HSL | hsl(322, 84%, 59%) |
| CMYK | cmyk(0%, 73%, 27%, 7%) |
| LAB | lab(57.0 74.5 -20.8) |
| LCH | lch(57.0 77.3 344.4) |
| OKLCH | oklch(0.660 0.233 346.3) |
Copy-ready code
/* CSS */
color: #ee40af;
background-color: #ee40af;
/* Tailwind (arbitrary) */
class="text-[#ee40af] bg-[#ee40af]"
/* SCSS */
$brand: #ee40af;
/* SwiftUI */
Color(red: 0.933, green: 0.251, blue: 0.686)
/* Android */
Color.parseColor("#ee40af")Accessibility — WCAG contrast
Aa
#ee40af on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee40af on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green25.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow26.5%
Key (black)6.7%
Color previews
#ee40af text on a black background
contrast 5.99:1
Card sample
#ee40af text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee40af;
Background color
Panel with #ee40af background
background-color: #ee40af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee40af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 64, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 64, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee40af; background: linear-gradient(135deg, #ee40af, #EE4540);