#ee9fdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 159, 223
HSL
311°, 70%, 78%
CMYK
0, 33, 6, 7
Luminance
0.4830
Every format
| HEX | #ee9fdf |
| RGB | rgb(238, 159, 223) |
| HSL | hsl(311, 70%, 78%) |
| CMYK | cmyk(0%, 33%, 6%, 7%) |
| LAB | lab(75.0 38.9 -20.4) |
| LCH | lch(75.0 44.0 332.3) |
| OKLCH | oklch(0.800 0.124 333.7) |
Copy-ready code
/* CSS */
color: #ee9fdf;
background-color: #ee9fdf;
/* Tailwind (arbitrary) */
class="text-[#ee9fdf] bg-[#ee9fdf]"
/* SCSS */
$brand: #ee9fdf;
/* SwiftUI */
Color(red: 0.933, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#ee9fdf")Accessibility — WCAG contrast
Aa
#ee9fdf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee9fdf on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green62.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow6.3%
Key (black)6.7%
Color previews
#ee9fdf text on a black background
contrast 10.66:1
Card sample
#ee9fdf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee9fdf;
Background color
Panel with #ee9fdf background
background-color: #ee9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee9fdf; background: linear-gradient(135deg, #ee9fdf, #EE9FAA);