#ee90df
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 144, 223
HSL
310°, 73%, 75%
CMYK
0, 40, 6, 7
Luminance
0.4345
Every format
| HEX | #ee90df |
| RGB | rgb(238, 144, 223) |
| HSL | hsl(310, 73%, 75%) |
| CMYK | cmyk(0%, 40%, 6%, 7%) |
| LAB | lab(71.9 46.7 -25.2) |
| LCH | lch(71.9 53.1 331.6) |
| OKLCH | oklch(0.776 0.150 332.9) |
Copy-ready code
/* CSS */
color: #ee90df;
background-color: #ee90df;
/* Tailwind (arbitrary) */
class="text-[#ee90df] bg-[#ee90df]"
/* SCSS */
$brand: #ee90df;
/* SwiftUI */
Color(red: 0.933, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#ee90df")Accessibility — WCAG contrast
Aa
#ee90df on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee90df on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green56.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow6.3%
Key (black)6.7%
Color previews
#ee90df text on a black background
contrast 9.69:1
Card sample
#ee90df text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee90df;
Background color
Panel with #ee90df background
background-color: #ee90df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee90df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee90df; background: linear-gradient(135deg, #ee90df, #EE90A0);