#ee98df
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 152, 223
HSL
311°, 72%, 77%
CMYK
0, 36, 6, 7
Luminance
0.4596
Every format
| HEX | #ee98df |
| RGB | rgb(238, 152, 223) |
| HSL | hsl(311, 72%, 77%) |
| CMYK | cmyk(0%, 36%, 6%, 7%) |
| LAB | lab(73.5 42.6 -22.7) |
| LCH | lch(73.5 48.3 332.0) |
| OKLCH | oklch(0.789 0.136 333.3) |
Copy-ready code
/* CSS */
color: #ee98df;
background-color: #ee98df;
/* Tailwind (arbitrary) */
class="text-[#ee98df] bg-[#ee98df]"
/* SCSS */
$brand: #ee98df;
/* SwiftUI */
Color(red: 0.933, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#ee98df")Accessibility — WCAG contrast
Aa
#ee98df on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee98df on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green59.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow6.3%
Key (black)6.7%
Color previews
#ee98df text on a black background
contrast 10.19:1
Card sample
#ee98df text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee98df;
Background color
Panel with #ee98df background
background-color: #ee98df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee98df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee98df; background: linear-gradient(135deg, #ee98df, #EE98A6);