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