#ee9ddf
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 157, 223
HSL
311°, 70%, 78%
CMYK
0, 34, 6, 7
Luminance
0.4762
Every format
| HEX | #ee9ddf |
| RGB | rgb(238, 157, 223) |
| HSL | hsl(311, 70%, 78%) |
| CMYK | cmyk(0%, 34%, 6%, 7%) |
| LAB | lab(74.6 40.0 -21.1) |
| LCH | lch(74.6 45.2 332.2) |
| OKLCH | oklch(0.797 0.127 333.6) |
Copy-ready code
/* CSS */
color: #ee9ddf;
background-color: #ee9ddf;
/* Tailwind (arbitrary) */
class="text-[#ee9ddf] bg-[#ee9ddf]"
/* SCSS */
$brand: #ee9ddf;
/* SwiftUI */
Color(red: 0.933, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#ee9ddf")Accessibility — WCAG contrast
Aa
#ee9ddf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee9ddf on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green61.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow6.3%
Key (black)6.7%
Color previews
#ee9ddf text on a black background
contrast 10.52:1
Card sample
#ee9ddf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee9ddf;
Background color
Panel with #ee9ddf background
background-color: #ee9ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee9ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee9ddf; background: linear-gradient(135deg, #ee9ddf, #EE9DA9);