#ee84df
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 132, 223
HSL
309°, 76%, 73%
CMYK
0, 45, 6, 7
Luminance
0.4001
Every format
| HEX | #ee84df |
| RGB | rgb(238, 132, 223) |
| HSL | hsl(309, 76%, 73%) |
| CMYK | cmyk(0%, 45%, 6%, 7%) |
| LAB | lab(69.5 52.8 -28.9) |
| LCH | lch(69.5 60.2 331.3) |
| OKLCH | oklch(0.758 0.170 332.5) |
Copy-ready code
/* CSS */
color: #ee84df;
background-color: #ee84df;
/* Tailwind (arbitrary) */
class="text-[#ee84df] bg-[#ee84df]"
/* SCSS */
$brand: #ee84df;
/* SwiftUI */
Color(red: 0.933, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#ee84df")Accessibility — WCAG contrast
Aa
#ee84df on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee84df on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green51.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta44.5%
Yellow6.3%
Key (black)6.7%
Color previews
#ee84df text on a black background
contrast 9.00:1
Card sample
#ee84df text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee84df;
Background color
Panel with #ee84df background
background-color: #ee84df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee84df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee84df; background: linear-gradient(135deg, #ee84df, #EE8498);