#ee96cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 150, 207
HSL
321°, 72%, 76%
CMYK
0, 37, 13, 7
Luminance
0.4449
Every format
| HEX | #ee96cf |
| RGB | rgb(238, 150, 207) |
| HSL | hsl(321, 72%, 76%) |
| CMYK | cmyk(0%, 37%, 13%, 7%) |
| LAB | lab(72.6 41.0 -15.3) |
| LCH | lch(72.6 43.8 339.5) |
| OKLCH | oklch(0.780 0.127 341.2) |
Copy-ready code
/* CSS */
color: #ee96cf;
background-color: #ee96cf;
/* Tailwind (arbitrary) */
class="text-[#ee96cf] bg-[#ee96cf]"
/* SCSS */
$brand: #ee96cf;
/* SwiftUI */
Color(red: 0.933, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#ee96cf")Accessibility — WCAG contrast
Aa
#ee96cf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee96cf on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green58.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow13.0%
Key (black)6.7%
Color previews
#ee96cf text on a black background
contrast 9.90:1
Card sample
#ee96cf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee96cf;
Background color
Panel with #ee96cf background
background-color: #ee96cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee96cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee96cf; background: linear-gradient(135deg, #ee96cf, #EE9896);