#ee4df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 77, 240
HSL
299°, 85%, 62%
CMYK
1, 68, 0, 6
Luminance
0.2978
Every format
| HEX | #ee4df0 |
| RGB | rgb(238, 77, 240) |
| HSL | hsl(299, 85%, 62%) |
| CMYK | cmyk(1%, 68%, 0%, 6%) |
| LAB | lab(61.5 79.3 -50.8) |
| LCH | lch(61.5 94.2 327.3) |
| OKLCH | oklch(0.702 0.262 327.4) |
Copy-ready code
/* CSS */
color: #ee4df0;
background-color: #ee4df0;
/* Tailwind (arbitrary) */
class="text-[#ee4df0] bg-[#ee4df0]"
/* SCSS */
$brand: #ee4df0;
/* SwiftUI */
Color(red: 0.933, green: 0.302, blue: 0.941)
/* Android */
Color.parseColor("#ee4df0")Accessibility — WCAG contrast
Aa
#ee4df0 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee4df0 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green30.2%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta67.9%
Yellow0.0%
Key (black)5.9%
Color previews
#ee4df0 text on a black background
contrast 6.96:1
Card sample
#ee4df0 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4df0;
Background color
Panel with #ee4df0 background
background-color: #ee4df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 77, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 77, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4df0; background: linear-gradient(135deg, #ee4df0, #F04D85);