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