#ee4ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 78, 241
HSL
299°, 85%, 63%
CMYK
1, 68, 0, 6
Luminance
0.2998
Every format
| HEX | #ee4ef1 |
| RGB | rgb(238, 78, 241) |
| HSL | hsl(299, 85%, 63%) |
| CMYK | cmyk(1%, 68%, 0%, 6%) |
| LAB | lab(61.6 79.1 -51.1) |
| LCH | lch(61.6 94.2 327.1) |
| OKLCH | oklch(0.703 0.261 327.1) |
Copy-ready code
/* CSS */
color: #ee4ef1;
background-color: #ee4ef1;
/* Tailwind (arbitrary) */
class="text-[#ee4ef1] bg-[#ee4ef1]"
/* SCSS */
$brand: #ee4ef1;
/* SwiftUI */
Color(red: 0.933, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#ee4ef1")Accessibility — WCAG contrast
Aa
#ee4ef1 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee4ef1 on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green30.6%
Blue94.5%
CMYK percentages
Cyan1.2%
Magenta67.6%
Yellow0.0%
Key (black)5.5%
Color previews
#ee4ef1 text on a black background
contrast 7.00:1
Card sample
#ee4ef1 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4ef1;
Background color
Panel with #ee4ef1 background
background-color: #ee4ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4ef1; background: linear-gradient(135deg, #ee4ef1, #F14E87);