#ee80df
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 128, 223
HSL
308°, 76%, 72%
CMYK
0, 46, 6, 7
Luminance
0.3894
Every format
| HEX | #ee80df |
| RGB | rgb(238, 128, 223) |
| HSL | hsl(308, 76%, 72%) |
| CMYK | cmyk(0%, 46%, 6%, 7%) |
| LAB | lab(68.7 54.8 -30.1) |
| LCH | lch(68.7 62.5 331.2) |
| OKLCH | oklch(0.753 0.176 332.4) |
Copy-ready code
/* CSS */
color: #ee80df;
background-color: #ee80df;
/* Tailwind (arbitrary) */
class="text-[#ee80df] bg-[#ee80df]"
/* SCSS */
$brand: #ee80df;
/* SwiftUI */
Color(red: 0.933, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#ee80df")Accessibility — WCAG contrast
Aa
#ee80df on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee80df on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green50.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow6.3%
Key (black)6.7%
Color previews
#ee80df text on a black background
contrast 8.79:1
Card sample
#ee80df text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee80df;
Background color
Panel with #ee80df background
background-color: #ee80df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee80df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee80df; background: linear-gradient(135deg, #ee80df, #EE8096);