#ee64df
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 100, 223
HSL
307°, 80%, 66%
CMYK
0, 58, 6, 7
Luminance
0.3262
Every format
| HEX | #ee64df |
| RGB | rgb(238, 100, 223) |
| HSL | hsl(307, 80%, 66%) |
| CMYK | cmyk(0%, 58%, 6%, 7%) |
| LAB | lab(63.9 67.7 -37.6) |
| LCH | lch(63.9 77.4 331.0) |
| OKLCH | oklch(0.717 0.219 332.0) |
Copy-ready code
/* CSS */
color: #ee64df;
background-color: #ee64df;
/* Tailwind (arbitrary) */
class="text-[#ee64df] bg-[#ee64df]"
/* SCSS */
$brand: #ee64df;
/* SwiftUI */
Color(red: 0.933, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#ee64df")Accessibility — WCAG contrast
Aa
#ee64df on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee64df on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green39.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow6.3%
Key (black)6.7%
Color previews
#ee64df text on a black background
contrast 7.52:1
Card sample
#ee64df text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee64df;
Background color
Panel with #ee64df background
background-color: #ee64df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee64df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee64df; background: linear-gradient(135deg, #ee64df, #EE6483);