#ee2fac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 47, 172
HSL
321°, 85%, 56%
CMYK
0, 80, 28, 7
Luminance
0.2319
Every format
| HEX | #ee2fac |
| RGB | rgb(238, 47, 172) |
| HSL | hsl(321, 85%, 56%) |
| CMYK | cmyk(0%, 80%, 28%, 7%) |
| LAB | lab(55.3 78.8 -21.8) |
| LCH | lch(55.3 81.7 344.6) |
| OKLCH | oklch(0.647 0.247 346.5) |
Copy-ready code
/* CSS */
color: #ee2fac;
background-color: #ee2fac;
/* Tailwind (arbitrary) */
class="text-[#ee2fac] bg-[#ee2fac]"
/* SCSS */
$brand: #ee2fac;
/* SwiftUI */
Color(red: 0.933, green: 0.184, blue: 0.675)
/* Android */
Color.parseColor("#ee2fac")Accessibility — WCAG contrast
Aa
#ee2fac on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2fac on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green18.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta80.3%
Yellow27.7%
Key (black)6.7%
Color previews
#ee2fac text on a black background
contrast 5.64:1
Card sample
#ee2fac text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2fac;
Background color
Panel with #ee2fac background
background-color: #ee2fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 47, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 47, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2fac; background: linear-gradient(135deg, #ee2fac, #EE312F);